-
-
Notifications
You must be signed in to change notification settings - Fork 387
Refactor: remove hmr option in favor Hot Module Replacement #602
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 #602 +/- ##
==========================================
+ Coverage 88.00% 88.51% +0.51%
==========================================
Files 10 20 +10
Lines 600 1202 +602
Branches 155 309 +154
==========================================
+ Hits 528 1064 +536
- Misses 69 132 +63
- Partials 3 6 +3
Continue to review full report at Codecov.
|
f6e6c56
to
e175c3d
Compare
0bb0311
to
ef5688a
Compare
hi what's this version of 'remove moduleFilename'? I am doing some version migration which throw this error because of the moduleFilename option. |
This PR contains a:
Motivation / Use-Case
hmr
option in favor Hot Module ReplacementmoduleFilename
option in favorfilename
optionreloadAll
optionesModule
option by defaultchunkFilename
option can be a function for webpack@5Breaking Changes
Yes, see
Motivation
section.Node.js
version is10.13.0
Additional Info
No