Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 51dc736

Browse files
authored
feat!(schema): enable external vue by default (#6868)
1 parent cfb7e59 commit 51dc736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schema/src/config/experimental.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default {
1818
* Externalize `vue`, `@vue/*` and `vue-router` when building.
1919
* @see https://github.com/nuxt/framework/issues/4084
2020
*/
21-
externalVue: false,
21+
externalVue: true,
2222

2323
/**
2424
* Tree shakes contents of client-only components from server bundle.
@@ -49,6 +49,6 @@ export default {
4949
*
5050
* @see https://github.com/nuxt/framework/issues/6432
5151
*/
52-
viteServerDynamicImports: true
52+
viteServerDynamicImports: true
5353
}
5454
}

0 commit comments

Comments
 (0)