Removed logs (#890)

This commit is contained in:
siddhant 2019-03-15 02:52:17 +05:30 committed by Cassie Tarakajian
parent 8bd698a8fe
commit 542512f720

View file

@ -120,7 +120,8 @@ module.exports = [{
new webpack.optimize.UglifyJsPlugin({
sourceMap: true,
compress: {
warnings: false
warnings: false,
drop_console :true
}
}),
new webpack.LoaderOptionsPlugin({