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

Entrypoints integrity workaround needed to allow for assets-webpack-plugin or higher #969

Closed
weaverryan opened this issue May 3, 2021 · 0 comments · Fixed by #1342
Closed

Comments

@weaverryan
Copy link
Member

See #968

ztoben/assets-webpack-plugin#392 makes our integrity calculation no longer work, as the files have not been emitted by the time processOutput() is called.

The most obvious fix would be to - if possible - use the existing https://github.com/ztoben/assets-webpack-plugin#integrity

If it IS possible (I don't know if it exposes all the same info we do), then we would need to deprecate the current format of the entrypoints.json file in favor of this new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment