Skip to content

Commit

Permalink
docs: fix table at output.sanitizeFileName section (#4900)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x009922 committed Mar 10, 2023
1 parent 76d7bff commit 7bff18c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/configuration-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1901,10 +1901,11 @@ This will generate an additional `noConflict` export to UMD bundles. When called
### output.sanitizeFileName
| | |
| ----: | :--------------------------------------------------------- |
| Type: | `boolean \| (string) => string` |
| CLI: | `--sanitizeFileName`/`no-sanitizeFileName` Default: `true` |
| | |
| -------: | :----------------------------------------- |
| Type: | `boolean \| (string) => string` |
| CLI: | `--sanitizeFileName`/`no-sanitizeFileName` |
| Default: | `true` |
Set to `false` to disable all chunk name sanitizations (removal of `\0`, `?` and `*` characters).
Expand Down

0 comments on commit 7bff18c

Please sign in to comment.