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.
1 parent f1fa20a commit ff5cdd1Copy full SHA for ff5cdd1
templates/Angular2Spa/webpack.config.vendor.js
@@ -34,7 +34,7 @@ module.exports = {
34
new webpack.optimize.UglifyJsPlugin({
35
compress: { warnings: false },
36
minimize: true,
37
- mangle: true // Due to https://github.com/angular/angular/issues/6678
+ mangle: false // Due to https://github.com/angular/angular/issues/6678
38
})
39
])
40
};
0 commit comments