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

Commit

Permalink
feat(schema): enable external vue by default
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 23, 2022
1 parent cfb7e59 commit 27c65c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schema/src/config/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -49,6 +49,6 @@ export default {
*
* @see https://github.com/nuxt/framework/issues/6432
*/
viteServerDynamicImports: true
viteServerDynamicImports: true
}
}

0 comments on commit 27c65c9

Please sign in to comment.