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

Commit

Permalink
fix(schema): fix runtimeCompiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuang@hsk-partners.com committed May 12, 2022
1 parent ea68141 commit 31535eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/schema/src/config/build.ts
Expand Up @@ -266,12 +266,7 @@ export default {
object: 'src',
embed: 'src'
},
compilerOptions: { $resolve: (val, get) => val ?? get('vue.compilerOptions') },
/**
* enable runtime compiler
* @version 3
*/
runtimeCompiler: false
compilerOptions: { $resolve: (val, get) => val ?? get('vue.compilerOptions') }
},
css: {
importLoaders: 0,
Expand Down

0 comments on commit 31535eb

Please sign in to comment.