We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460c200 commit e15fa20Copy full SHA for e15fa20
packages/@vue/cli-service/lib/options.js
@@ -55,7 +55,7 @@ exports.defaults = () => ({
55
assetsDir: '',
56
57
// boolean, use full build?
58
- compiler: false,
+ runtimeCompiler: false,
59
60
// deps to transpile
61
transpileDependencies: [/* string or regex */],
0 commit comments