-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: support of injectHot and injectClient on specific chunks #2998
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2998 +/- ##
==========================================
+ Coverage 92.30% 92.33% +0.02%
==========================================
Files 37 37
Lines 1261 1278 +17
Branches 327 335 +8
==========================================
+ Hits 1164 1180 +16
- Misses 92 93 +1
Partials 5 5
Continue to review full report at Codecov.
|
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.
Can you rebase?
rebase done |
Can you fix conflicts? |
seems all my dev is to redo as webpack5 EntryPlugin management has been totally changed few days ago... |
code updated, but all the unit test part has been removed. |
rebase done |
any news ? |
For Bugs and Features; did you add new tests?
yes
Motivation / Use-Case
In case of application with multiple iframes, only the top level frame has to listen socket for refresh
This PR add the support of chunk target in the injectClient and injectHot options. You are able to limit the client injection only in specific chunks
Resolving of #2969
Breaking Changes
Additional Info
none