-
-
Notifications
You must be signed in to change notification settings - Fork 385
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: new hook miniCssExtractPluginBeforeLinkAppend #514
base: master
Are you sure you want to change the base?
Conversation
Allow the link tag to be added to the head before doing some extra processing, such as I want to set a load timeout listener
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need tests for it
@wangzongxu Any update on this. This might be critical for one of our applications as well. |
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
==========================================
+ Coverage 88.55% 88.60% +0.05%
==========================================
Files 5 5
Lines 428 430 +2
Branches 96 96
==========================================
+ Hits 379 381 +2
Misses 47 47
Partials 2 2
Continue to review full report at Codecov.
|
Sorry |
Allow the link tag to be added to the head before doing some extra processing, such as I want to set a load timeout listener
This PR contains a:
Motivation / Use-Case
As the link loads, I want to add code that controls the timeout
Breaking Changes
No
Additional Info