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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
17
Description
I realize the title is almost word for word the same as #5846, but since that is 7 years old and for version 4, I figure creating a new case is ok. Apologies if I should have resurrected the old case.
I have my project build set up with outputhashing: "all" in angular.json. When performing ng build --watch, new scripts get created with new hashes, but the old files remain, quickly bloating the dist folder after a few edits.
Minimal Reproduction
ensure outputhasing is set to "all"
ng build --watch
make an edit to a watched file
new script files created, but old file still there
Command
build
Is this a regression?
The previous version in which this bug was not present was
17
Description
I realize the title is almost word for word the same as #5846, but since that is 7 years old and for version 4, I figure creating a new case is ok. Apologies if I should have resurrected the old case.
I have my project build set up with outputhashing: "all" in angular.json. When performing ng build --watch, new scripts get created with new hashes, but the old files remain, quickly bloating the dist folder after a few edits.
Minimal Reproduction
Exception or Error
Your Environment
Anything else relevant?
Using the the builder: "@angular-devkit/build-angular:application"
The text was updated successfully, but these errors were encountered: