-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
feat: add beforeTagInsert hook #1054
Conversation
|
@msidolphin Also can you rebase, sorry for delay |
The generated version of package-lock is too old, should I update it? |
@msidolphin Just rebase |
Okay, I'm done. |
c4c6601
to
86cc2be
Compare
Thank you, I will do release after #1057 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1054 +/- ##
==========================================
- Coverage 90.40% 90.31% -0.09%
==========================================
Files 5 6 +1
Lines 875 888 +13
Branches 256 259 +3
==========================================
+ Hits 791 802 +11
- Misses 74 76 +2
Partials 10 10 ☔ View full report in Codecov by Sentry. |
I will fix errors in other PR, need more work |
6313bf6
into
webpack-contrib:master
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
#40
Usage