You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, maxModules is not a valid parameter anymore, webpack will fail with the following message if the parameter is present in config.
`Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
configuration.stats has an unknown property 'maxModules'`
An explanation of how bailout reasons for all modules can be displayed can also be helpful here
Feature to document
In the Debugging Optimization Bailouts doc, the snippet provided is
However,
maxModules
is not a valid parameter anymore, webpack will fail with the following message if the parameter is present in config.`Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
An explanation of how bailout reasons for all modules can be displayed can also be helpful here
Author(s)
@skipjack @TheLarkInn @byzyk
Additional information
N/A
[ ] I am willing to work on this issue and submit a pull request.
The text was updated successfully, but these errors were encountered: