|
@@ -33,6 +33,7 @@ module.exports = {
|
|
|
publicPath: '/',
|
|
|
outputDir: './dist', // 构建文件目录,默认dist
|
|
|
filenameHashing: false,
|
|
|
+ lintOnSave: false,
|
|
|
productionSourceMap: process.env.BUILD_ENV === 'develop',
|
|
|
devServer: {
|
|
|
hot: true,
|
|
@@ -51,10 +52,10 @@ module.exports = {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- overlay: {
|
|
|
- warnings: true,
|
|
|
- errors: false
|
|
|
- },
|
|
|
+ // overlay: {
|
|
|
+ // warnings: false,
|
|
|
+ // errors: false
|
|
|
+ // },
|
|
|
before (app) {
|
|
|
}
|
|
|
},
|