Remove hashes from the names of files distributed to NPM #13076
Closed
gustavopch
started this conversation in
Proposals
Replies: 2 comments
-
For context, the current build (using
This makes it hard to trace origin of errors and patch I am proposing that React Router adopts builds that do not bundle/do not hash generated file names. PR: #13565 |
Beta Was this translation helpful? Give feedback.
0 replies
-
These hashes are removed in #13567 and will be available in the next release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, most files in

node_modules/react-router
have a hash that changes on every new version that's released on NPM:This makes
patch-package
patches break whenever I update React Router simply because of the filename changes. Can we remove these hashes?Beta Was this translation helpful? Give feedback.
All reactions