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

Commit

Permalink
fix: disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 6, 2023
1 parent c8ed188 commit 1ef1973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/src/config/experimental.ts
Expand Up @@ -25,7 +25,7 @@ export default defineUntypedSchema({
/**
* Include Vue compiler in runtime bundle.
*/
runtimeVueCompiler: true,
runtimeVueCompiler: false,

/**
* Tree shakes contents of client-only components from server bundle.
Expand Down

0 comments on commit 1ef1973

Please sign in to comment.