mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix Angular2Spa production builds
This commit is contained in:
@@ -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
|
||||
})
|
||||
])
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user