Skip to content

Commit 3e2c1bf

Browse files
committed
Revert "feat(plugin-vue): define __VUE_SSR__ flag"
This reverts commit 49618c1.
1 parent 3dd1b57 commit 3e2c1bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugin-vue/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
119119
define: {
120120
__VUE_OPTIONS_API__: true,
121121
__VUE_PROD_DEVTOOLS__: false,
122-
__VUE_SSR__: !!config.build?.ssr,
123122
...config.define
124123
},
125124
ssr: {

0 commit comments

Comments
 (0)