Skip to content

Commit

Permalink
s/ignored/optional
Browse files Browse the repository at this point in the history
  • Loading branch information
amsardesai committed Apr 24, 2024
1 parent 2b626fb commit c8eb588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/dynamic-import-chunkname.md
Expand Up @@ -87,9 +87,9 @@ The following patterns are valid:
'someModule',
);

// chunk name is ignored when using eager mode
// chunk name is optional when using eager mode
import(
/* webpackMode: "eager" */,
/* webpackMode: "eager" */
'someModule',
);
```
Expand Down

0 comments on commit c8eb588

Please sign in to comment.