Skip to content

Commit

Permalink
fix(types): fix type for chunkSortMode (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jun 9, 2023
1 parent df795af commit 6ad0e55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typings.d.ts
Expand Up @@ -52,6 +52,8 @@ declare namespace HtmlWebpackPlugin {
*/
chunksSortMode?:
| "auto"
// `none` is deprecated and an alias for `auto` now.
| "none"
| "manual"
| ((entryNameA: string, entryNameB: string) => number);
/**
Expand Down

0 comments on commit 6ad0e55

Please sign in to comment.