We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0a82e commit 9188ea2Copy full SHA for 9188ea2
addon/ng2/models/webpack-build-production.ts
@@ -21,7 +21,7 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, sourceD
21
// ~107kb
22
new webpack.optimize.UglifyJsPlugin({
23
beautify: false, //prod
24
- mangle: { screw_ie8 : true }, //prod
+ mangle: { screw_ie8 : true, keep_fnames: true }, //prod
25
compress: { screw_ie8: true }, //prod
26
comments: false //prod
27
}),
0 commit comments