We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bddabe commit d292eacCopy full SHA for d292eac
1 file changed
packages/angular-cli/models/webpack-build-production.ts
@@ -16,7 +16,8 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, appConf
16
new WebpackMd5Hash(),
17
new webpack.optimize.UglifyJsPlugin(<any>{
18
mangle: { screw_ie8 : true },
19
- compress: { screw_ie8: true }
+ compress: { screw_ie8: true },
20
+ sourceMap: true
21
}),
22
new CompressionPlugin({
23
asset: '[path].gz[query]',
0 commit comments