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

Locking assets-webpack-plugin to less than 7.1.0 #968

Merged
merged 1 commit into from
May 3, 2021

Conversation

weaverryan
Copy link
Member

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.

A better fix will need to be created. I'll create an issue after merging this for that.

The most obvious 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.

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. A better fix will need to be created.
@weaverryan weaverryan merged commit c068073 into symfony:main May 3, 2021
@weaverryan weaverryan deleted the lock-assets-webpack-plugin branch May 3, 2021 12:48
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

Successfully merging this pull request may close these issues.

3 participants