-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Add --debug-webpack option #6082
Conversation
Codecov Report
@@ Coverage Diff @@
## next #6082 +/- ##
==========================================
- Coverage 37.11% 37.05% -0.06%
==========================================
Files 648 649 +1
Lines 9523 9536 +13
Branches 1352 1385 +33
==========================================
Hits 3534 3534
- Misses 5410 5419 +9
- Partials 579 583 +4
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.
LGTM
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.
LGTM this is so useful!!
Issue: #6081
What I did
--debug-webpack
prints out both the final manager and preview webpack configs to help people debug their webpack configurationNOTE: Though this is technically a feature request, I propose that we patch it into 5.0.x and 4.1.x to help people migrate their webpack configs.
How to test