We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2342b6 commit 41d2087Copy full SHA for 41d2087
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -229,10 +229,6 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
229
// PURE comments work best with 3 passes.
230
// See https://github.com/webpack/webpack/issues/2899#issuecomment-317425926.
231
passes: buildOptions.buildOptimizer ? 3 : 1,
232
- // Workaround known uglify-es issue
233
- // See https://github.com/mishoo/UglifyJS2/issues/2949#issuecomment-368070307
234
- inline: wco.supportES2015 ? 1 : 3,
235
-
236
global_defs: {
237
ngDevMode: false,
238
},
0 commit comments