Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): remove pure_getters
Browse files Browse the repository at this point in the history
Closes #14316
  • Loading branch information
alan-agius4 authored and vikerman committed Sep 24, 2019
1 parent 8ea892c commit d9f0bd5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -354,7 +354,6 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
}
: {
ecma: terserEcma,
pure_getters: buildOptions.buildOptimizer,
// PURE comments work best with 3 passes.
// See https://github.com/webpack/webpack/issues/2899#issuecomment-317425926.
passes: buildOptions.buildOptimizer ? 3 : 1,
Expand Down

0 comments on commit d9f0bd5

Please sign in to comment.