Skip to content

Commit

Permalink
fix(vue): remove ssr.external config
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 15, 2022
1 parent d12d469 commit 6b78af4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/plugin-vue/src/index.ts
Expand Up @@ -122,9 +122,6 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
define: {
__VUE_OPTIONS_API__: config.define?.__VUE_OPTIONS_API__ ?? true,
__VUE_PROD_DEVTOOLS__: config.define?.__VUE_PROD_DEVTOOLS__ ?? false
},
ssr: {
external: ['vue', '@vue/server-renderer']
}
}
},
Expand Down

0 comments on commit 6b78af4

Please sign in to comment.