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

Version inference logic doesn't work in some builds #54

Open
kadamwhite opened this issue May 11, 2023 · 0 comments
Open

Version inference logic doesn't work in some builds #54

kadamwhite opened this issue May 11, 2023 · 0 comments

Comments

@kadamwhite
Copy link
Collaborator

Reading the md5 of the asset manifest is an invalid way to infer the version of a build, since with a file like,

{
    "editor": "editor.js"
}

the contents of the file will never change and all builds will use the same version number. This can cause stale assets due to various layers of caching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant