We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4476798 commit cda573bCopy full SHA for cda573b
README.md
@@ -95,7 +95,7 @@ module.exports = {
95
publicPath: '/',
96
// 不同的环境打不同包名
97
outputDir: process.env.NODE_ENV === "development" ? 'devdist' : 'dist',
98
- lintOnSave: false, // 关闭eslint
+ lintOnSave: false, // 关闭eslint,避免在保存的时候出现“component has been registered but not used” 等相关错误
99
productionSourceMap: true, // 生产环境下css 分离文件
100
devServer: { // 配置服务器
101
port: 8086,
0 commit comments