Do not log assets info in webpack build

This commit is contained in:
Yukai Huang 2017-03-12 16:53:04 +08:00
parent cd91f237ab
commit 8241d945dc

View file

@ -436,5 +436,11 @@ module.exports = {
node: {
fs: "empty"
},
quiet: false,
noInfo: false,
stats: {
assets: false
}
};