mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
feat!(schema): enable external vue by default (#6868)
This commit is contained in:
parent
cfb7e59171
commit
51dc73628c
@ -18,7 +18,7 @@ export default {
|
||||
* Externalize `vue`, `@vue/*` and `vue-router` when building.
|
||||
* @see https://github.com/nuxt/framework/issues/4084
|
||||
*/
|
||||
externalVue: false,
|
||||
externalVue: true,
|
||||
|
||||
/**
|
||||
* Tree shakes contents of client-only components from server bundle.
|
||||
@ -49,6 +49,6 @@ export default {
|
||||
*
|
||||
* @see https://github.com/nuxt/framework/issues/6432
|
||||
*/
|
||||
viteServerDynamicImports: true
|
||||
viteServerDynamicImports: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user