You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #968 Locking assets-webpack-plugin to less than 7.1.0 (weaverryan)
This PR was merged into the main branch.
Discussion
----------
Locking assets-webpack-plugin to less than 7.1.0
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.
Commits
-------
fa2c40b Locking assets-webpack-plugin to less than 7.1.0
0 commit comments