-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Requirement] customable hash for chunk/entry names #1529
Comments
Can you say why you need to customize it? |
Nothing special but some file system is case sensitive while some not, and in my company there's convention of using lower case for file names :) |
@evanw is there a way to have the same hashId if the file has not changed? Because of the new Id's everytime, a new deployment could break the route navigation(using dynamically imported components for routes). |
@evanw So I'm just about to wonder if content is not changed, whether it's better that hash value is remained or not. |
Currenty the
[hash]
will result in upper case string with length of 8, could we custom it by something lke[hash:lower:16]
?The text was updated successfully, but these errors were encountered: