We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea892c commit d9f0bd5Copy full SHA for d9f0bd5
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -354,7 +354,6 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
354
}
355
: {
356
ecma: terserEcma,
357
- pure_getters: buildOptions.buildOptimizer,
358
// PURE comments work best with 3 passes.
359
// See https://github.com/webpack/webpack/issues/2899#issuecomment-317425926.
360
passes: buildOptions.buildOptimizer ? 3 : 1,
0 commit comments