chore(build): fix prod build

This commit is contained in:
nixa 2016-08-29 16:57:12 +03:00
parent 5b7c132eac
commit 44fe93a0c6

View file

@ -157,7 +157,7 @@ module.exports = webpackMerge(commonConfig, {
beautify: false, //prod
mangle: { screw_ie8 : true }, //prod
mangle: false,
compress: { screw_ie8: true }, //prod
comments: false //prod
}),