Skip to content

Commit

Permalink
feat: processBar 默认开启
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwmg committed Jul 31, 2020
1 parent f2fc209 commit e6bff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chameleon-tool/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ var chameleonConfig = {
watchNodeModules: false, // 默认不对node_modules中的文件进行watch,提升编译性能
showWarning: false, // 为了兼容原来的配置,默认不开启构建过程中的警告信息,开启之后配合,DuplicatePackageCheckerPlugin 可以在构建过程中检查是否有重复npm包引入
dropConsole: true,
processBar: false
processBar: true
}
}

Expand Down

0 comments on commit e6bff8e

Please sign in to comment.