Skip to content

Commit c87d377

Browse files
authored
docs(plugins): fix stale content (#6292)
1 parent a5b2c2b commit c87d377

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/plugins/module-concatenation-plugin.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,12 @@ function tryToAdd(group, module) {
8484

8585
### Debugging Optimization Bailouts
8686

87-
When using the webpack CLI, the `--display-optimization-bailout` flag will display bailout reasons. When using the webpack config, add the following to the `stats` object:
87+
When using the webpack CLI, the `--stats-optimization-bailout` flag will display bailout reasons. When using the webpack config, add the following to the `stats` object:
8888

8989
```js
9090
module.exports = {
9191
//...
9292
stats: {
93-
// Examine all modules
94-
maxModules: Infinity,
9593
// Display bailout reasons
9694
optimizationBailout: true,
9795
},

0 commit comments

Comments
 (0)