mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Fix Angular2Spa production builds
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports = {
|
|||||||
new webpack.optimize.UglifyJsPlugin({
|
new webpack.optimize.UglifyJsPlugin({
|
||||||
compress: { warnings: false },
|
compress: { warnings: false },
|
||||||
minimize: true,
|
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