fix webpack prod

This commit is contained in:
Cassie Tarakajian 2016-10-18 12:59:54 -04:00
parent 0b76151c67
commit f7706df949
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module.exports = {
}
}),
new webpack.optimize.UglifyJsPlugin({
compressor: {
compress: {
warnings: false
}
})