Commit 3148d33a by 肖康

x

parent 300698a5
Showing with 5 additions and 0 deletions
......@@ -23,6 +23,11 @@ module.exports = {
lintOnSave: false,//关闭eslint
outputDir: 'view',
productionSourceMap: false,
chainWebpack: config => {
config.output.filename('[name].[hash].js').end();
},
devServer: {
disableHostCheck: true,
port: 8080,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment