-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
refactor: added additional entries helper #3714
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3714 +/- ##
==========================================
- Coverage 93.20% 92.85% -0.35%
==========================================
Files 15 14 -1
Lines 1324 1316 -8
Branches 458 463 +5
==========================================
- Hits 1234 1222 -12
- Misses 83 87 +4
Partials 7 7
Continue to review full report at Codecov.
|
@snitin315 @anshumanv We should fix our docs here https://webpack.js.org/guides/hot-module-replacement/, example in migration guide |
I decide do not add new API, because it is have some limitations and edge cases, better to do it manually, also added small example |
I will update 👍 |
For Bugs and Features; did you add new tests?
Yes
Motivation / Use-Case
fix #3698 + refactor our code for plugin support
Breaking Changes
No
Additional Info
I think it is the last refactor before implement plugin support