You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anything else relevant?
It was this commit that caused the regression, I manually reverted to the old behaviour in my node_modules and verified that it fixed the problem.
The text was updated successfully, but these errors were encountered:
clydin
added a commit
to clydin/angular-cli
that referenced
this issue
Mar 22, 2021
…t before writing stats JSON
If an error occurs during a build, it is possible that the output path directory may not be present and then cause the stats JSON file write to fail.
Fixes: angular#20349
…t before writing stats JSON
If an error occurs during a build, it is possible that the output path directory may not be present and then cause the stats JSON file write to fail.
Fixes: #20349
(cherry picked from commit ac4c109)
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was:
11.2.4
Description
When bundle budgets are not met + statsJson: true is set, ng build fails with a cryptic error message instead of showing the budget error.
🔬 Minimal Reproduction
statsJson: true
ng build --prod
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
It was this commit that caused the regression, I manually reverted to the old behaviour in my node_modules and verified that it fixed the problem.
The text was updated successfully, but these errors were encountered: