Fix Angular2Spa production builds

This commit is contained in:
SteveSandersonMS
2016-03-24 12:07:28 +00:00
parent f1fa20afeb
commit ff5cdd1815

View File

@@ -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
})
])
};