We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8e0c39 + a7eb86b commit 16953afCopy full SHA for 16953af
webpack.prod.config.js
@@ -157,7 +157,10 @@ module.exports = {
157
// comments: true,//debug
158
159
beautify: false,//prod
160
- mangle: { screw_ie8 : true },//prod
+ // disable mangling because of a bug in angular2 beta.1
161
+ // TODO(mastertinner): enable mangling as soon as angular2 beta.2 is out
162
+ // mangle: { screw_ie8 : true },//prod
163
+ mangle: false,
164
compress : { screw_ie8 : true},//prod
165
comments: false//prod
166
0 commit comments