ng serve uses sourcemaps even when they are turned off #15273
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, but I don't know what the last version where this didn't happen was.Description
ng serve uses sourcemaps even when they are turned off (the default for a new project for `--prod`).🔬 Minimal Reproduction
ng new next-project && cd next-project
ng serve --prod
ng build --prod
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: