Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork388
feat: add beforeTagInsert hook#1054
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
linux-foundation-easyclabot commentedOct 7, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@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
to86cc2be
CompareThank 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 |
Uh oh!
There was an error while loading.Please reload this page.
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