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
Probably, according to description. Not sure about the version though.
Description
There's no way to set "outputHashing" to "media" or "all" for ng serve (even for ng serve --prod). This, I guess, was possible before as per this answer by @filipesilva.
Warning: 'outputHashing' option is disabled when using the dev-server.
...
Warning: Conflict: Multiple assets emit different content to the same filename logo.png
Indeed this was possible in the past. However, since version 11. outputHashing is always disabled for dev-server.
Enabling outputHashing during development has the potential of causing memory leaks because the dev server does not know how to clean up the old files.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Probably, according to description. Not sure about the version though.
Description
There's no way to set
"outputHashing"
to"media"
or"all"
forng serve
(even forng serve --prod
). This, I guess, was possible before as per this answer by @filipesilva.🔬 Minimal Reproduction
ng serve
ng serve --prod
The result is that media files aren't hashed.
This issue is related to #11852, #12186 and #19850.
🔥 Exception or Error
🌍 Your Environment
The text was updated successfully, but these errors were encountered: