-
-
Notifications
You must be signed in to change notification settings - Fork 523
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(plugin-webpack): don't specify resolve.modules by default #2149
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2149 +/- ##
==========================================
- Coverage 75.08% 72.71% -2.38%
==========================================
Files 91 74 -17
Lines 2348 2221 -127
Branches 440 420 -20
==========================================
- Hits 1763 1615 -148
+ Misses 476 446 -30
- Partials 109 160 +51
Continue to review full report at Codecov.
|
Can you please provide a minimal example repository of where this is a problem? |
@malept Do I have to create full project with electron-forge or just create simple project with webpack and how it create the problem? |
A minimal Electron Forge project would be preferable. |
@malept When is will be merged? it kind of block my release right now. |
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.
It's unclear what the side effects of this change will be, but I guess we'll find out.
Summarize your changes:
Specify modules in resolve will cause application not resolve to correct version of dependencies
Fixes #1845.
FIxes #1929.