Skip to content

Commit

Permalink
wip: automatic ssr externals inference
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 18, 2021
1 parent 7f7e913 commit 96bce09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-vue/src/index.ts
Expand Up @@ -77,8 +77,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
define: {
__VUE_OPTIONS_API__: true,
__VUE_PROD_DEVTOOLS__: false
},
ssrExternal: ['vue', '@vue/server-renderer']
}
}
},

Expand Down

0 comments on commit 96bce09

Please sign in to comment.