From ff5cdd1815a726827e9a58d5b218f0baa621395d Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Thu, 24 Mar 2016 12:07:28 +0000 Subject: [PATCH] Fix Angular2Spa production builds --- templates/Angular2Spa/webpack.config.vendor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) ]) };