No dropping of console

This commit is contained in:
Lukas Martinelli 2017-01-04 11:16:45 +01:00
parent 74b3ef9e88
commit 3be6d14637

View file

@ -62,8 +62,6 @@ module.exports = {
compress: {
warnings: false,
screw_ie8: true,
drop_console: true,
drop_debugger: true
}
}),
new webpack.optimize.OccurenceOrderPlugin(),