Closed msidolphin closed 10 months ago
@msidolphin Also can you rebase, sorry for delay
@msidolphin Also can you rebase, sorry for delay
The generated version of package-lock is too old, should I update it?
@msidolphin Just rebase
@msidolphin Just rebase
Okay, I'm done.
Thank you, I will do release after https://github.com/webpack-contrib/mini-css-extract-plugin/pull/1057
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
e3f8375
) 90.40% compared to head (e295cc5
) 90.31%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I will fix errors in other PR, need more work
This PR contains a:
Motivation / Use-Case
Breaking Changes
Additional Info
When I tried webpack-subresource-integrity to inject integrities, I found that I couldn't add integrities to the style files if I also used mini-css-extract-plugin. due to the lack of hooks in mini-css-extract-plugin. Due to the lack of hooks in mini-css-extract-plugin, it is not possible to add additional attributes to the link tag.
Related issue
https://github.com/webpack-contrib/mini-css-extract-plugin/issues/40
Usage