webpack: optimize css for production

This commit is contained in:
Shuanglei Tao
2018-05-06 18:06:33 +08:00
parent 6a217d7388
commit 2201a174fe
6 changed files with 34 additions and 8 deletions

View File

@@ -42,4 +42,5 @@ module.exports = {
performance : {
hints : false
},
devtool: devMode ? 'cheap-module-eval-source-map' : 'source-map',
}