Skip to content

Commit e15fa20

Browse files
committed
fix: runtimeCompiler default
1 parent 460c200 commit e15fa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ exports.defaults = () => ({
5555
assetsDir: '',
5656

5757
// boolean, use full build?
58-
compiler: false,
58+
runtimeCompiler: false,
5959

6060
// deps to transpile
6161
transpileDependencies: [/* string or regex */],

0 commit comments

Comments
 (0)