Skip to content

Commit 0f09454

Browse files
authored
fix(cli-service): wrong property name (typo) (#6645)
1 parent ded81c6 commit 0f09454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/commands/build/resolveAppConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = (api, args, options) => {
2727
.plugin('modern-mode-legacy')
2828
.use(ModernModePlugin, [{
2929
targetDir,
30-
isModernBuild: false
30+
isModuleBuild: false
3131
}])
3232
} else {
3333
config

0 commit comments

Comments
 (0)