mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
Currently dev builds use `--output-hashing=none` by default. This can cause image resources to be overwritten in dev if they have the same same. This wasn't much of a problem before when only images in global CSS would be treated as resources, but now component css also does that. Production builds are unaffected since they already use `--output-hashing=all`. BREAKING CHANGE: dev builds will hash relative resources from CSS (images, etc).