Skip to content
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

Option to remove hashes in build file names to reduce chrome store review process times #953

Open
cpakken opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cpakken
Copy link

cpakken commented Nov 28, 2024

Describe the problem

https://developer.chrome.com/docs/webstore/review-process#review-time

One of the factors for the processing times for the chrome store update reviews is code changes. If the file names are changed for every build, then the automated systems checking the code changes will determine that all the files in the build are different.

There should be an option to remove the hashes from file names to keep file names consistent.

I tried this option in vite

{ build: rollupOptions: { output: { chunkfileNames: '[name]'}

But it is not applied consistently and is not working as intended.

Describe the proposed solution

{ build: rollupOptions: { output: { chunkfileNames: '[name]'}

should work and apply consistently

Alternatives considered

...

Importance

would make my life easier

@cpakken cpakken added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant