@@ -176,6 +176,7 @@ module.exports = {
]
},
// devtool: 'cheap-module-eval-source-map', //开发环境cheap-module-eval-source-map //生产环境cheap-module-source-map
+ mode: 'production',
devServer: {
contentBase: path.join(__dirname, "dist"), //静态文件根目录
proxy: {