-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
fix(vite): drop name prefix for client chunk file names #26203
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
Conversation
|
I have no hard feelings on this one as it can be easily configured by the user. |
2ebf6a2
to
293e748
Compare
@danielroe can you please confirm if nitrojs/nitro#2250 is blocking this PR or not? Thinking to move Nitro main to feature release mode. |
@pi0 Yes, it is. But don't want to mess with your release schedule. π |
π Linked issue
resolves #13499
β Type of change
π Description
Revisiting my take on this, I think this is a reasonable change to make given that it will make chunks safer (without risk of being blocked by ad blockers).
It doesn't change entry (
entry.239847a.js
) for ease of detecting it in the list or asset names (as I think it makes sense that this would preserve the file name).π Checklist