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
## Current Behavior
Current default for outputHashing is set to 'none'.
This means that both executor and plugin usage will output file names
that will not bust browser cache.
## Expected Behavior
Set default for `outputHashing` to 'all' to ensure all outputted files
are hashed allowing for cache busting.
## Related Issue(s)
Fixes#29011
Current Behavior
The bundled scss file don't have a unique hash in the file name (eg: main.css)
This cause issue with browser caching.
Expected Behavior
The bundled scss file should have a unique file name (eg: main.randomHash.css)
GitHub Repo
No response
Steps to Reproduce
git clone https://github.com/seb-mynotary/nx-rspack.git
nx run demo:build:production
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: