@angular-devkit/build-angular@0.13.8 breaks ng e2e --prod when budget #14100
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes
Yes, the previous version in which this bug was not present was: 0.12.4Description
A clear and concise description of the problem...after upgrading to
@angular-devkit/build-angular@0.13.8
, ng e2e --prod stopped working.In angular/cli we setup budgets with
maximumWarning
andmaximumError
.When running
ng e2e --prod --port 4201
the budget errors out and the build/serve which should be triggered byng n2e
fails.We get error in budget because e2e production build is not at the same level of optimization as the real production build.
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: