-
-
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
fix: migrate entry injection to hooks #3424
Conversation
Need to rebase. |
Codecov Report
@@ Coverage Diff @@
## master #3424 +/- ##
==========================================
- Coverage 95.24% 92.86% -2.39%
==========================================
Files 34 33 -1
Lines 1326 1317 -9
Branches 392 405 +13
==========================================
- Hits 1263 1223 -40
- Misses 59 85 +26
- Partials 4 9 +5
Continue to review full report at Codecov.
|
Need review 😃 |
}).apply(compiler); | ||
} | ||
// Register Entry Dependency in Factory | ||
const EntryDependency = require('webpack/lib/dependencies/EntryDependency'); |
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.
Avoid using this, webpack should public export this
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.
Should I send PR to webpack then?
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.
30eaf1b
to
e1daeff
Compare
Note this is no longer needed as of #3467. |
Closing this PR. |
For Bugs and Features; did you add new tests?
Shouldn't require change
Motivation / Use-Case
/cc @alexander-akait
Helps fixing #3351
Breaking Changes
No
Additional Info
No