UglifyJS warnings on production build now hidden

pull/3/head
Nishant Arora 8 years ago
parent 1cbbae1342
commit d70d494b12

@ -18,7 +18,15 @@ var config = {
loader : 'babel'
}
]
}
},
plugins: [
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false
}
})
]
};
module.exports = config;

Loading…
Cancel
Save