Separate modules for StyleSheet and related side-effects

This commit is contained in:
Nicolas Gallagher
2018-02-05 12:18:43 -08:00
parent 21b3f39c0b
commit 538ab88eda
3 changed files with 54 additions and 55 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = {
new webpack.optimize.UglifyJsPlugin({
compress: {
dead_code: true,
drop_console: true,
drop_console: false,
screw_ie8: true,
warnings: false
}