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
Because Webpack will use way too much memory when it's left watching files during a whole workday if the output files include a hash in their name, we set it up to only include the hash on production.
This worked fine, however since version 7.1, the output paths will always include a hash, even if the actual files do not.
Describe the bug
Because Webpack will use way too much memory when it's left watching files during a whole workday if the output files include a hash in their name, we set it up to only include the hash on production.
This worked fine, however since version 7.1, the output paths will always include a hash, even if the actual files do not.
To Reproduce
This config works fine in 7.0 but breaks in 7.1
Since 7.1, the output will always look like:
Expected behavior
The output only contains hashes if the file it's referring to does as well.
It should look something like:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: