diff --git a/templates/Angular2Spa/webpack.config.vendor.js b/templates/Angular2Spa/webpack.config.vendor.js index 5e5a01c..4def39e 100644 --- a/templates/Angular2Spa/webpack.config.vendor.js +++ b/templates/Angular2Spa/webpack.config.vendor.js @@ -34,7 +34,7 @@ module.exports = { new webpack.optimize.UglifyJsPlugin({ compress: { warnings: false }, minimize: true, - mangle: true // Due to https://github.com/angular/angular/issues/6678 + mangle: false // Due to https://github.com/angular/angular/issues/6678 }) ]) };