-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Use table for default values #6367
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
Use table for default values #6367
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
caseyjhol
commented
Sep 22, 2022
Is it the goal of this PR to update all the defaults in the docs as well (i.e. using values from https://github.com/webpack/webpack/blob/main/lib/config/defaults.js)?
Is it the goal of this PR to update all the defaults in the docs as well (i.e. using values from https://github.com/webpack/webpack/blob/main/lib/config/defaults.js)?
Yes, will likely update all the defaults under the Configuration
section unless the case doesn't fit well with a table.
Closes #6356