Skip to content

Commit

Permalink
Revert "feat(plugin-vue): define __VUE_SSR__ flag"
Browse files Browse the repository at this point in the history
This reverts commit 49618c1.
  • Loading branch information
yyx990803 committed Sep 23, 2021
1 parent 3dd1b57 commit 3e2c1bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin-vue/src/index.ts
Expand Up @@ -119,7 +119,6 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
define: {
__VUE_OPTIONS_API__: true,
__VUE_PROD_DEVTOOLS__: false,
__VUE_SSR__: !!config.build?.ssr,
...config.define
},
ssr: {
Expand Down

0 comments on commit 3e2c1bf

Please sign in to comment.