We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chunkSortMode
1 parent df795af commit 6ad0e55Copy full SHA for 6ad0e55
typings.d.ts
@@ -52,6 +52,8 @@ declare namespace HtmlWebpackPlugin {
52
*/
53
chunksSortMode?:
54
| "auto"
55
+ // `none` is deprecated and an alias for `auto` now.
56
+ | "none"
57
| "manual"
58
| ((entryNameA: string, entryNameB: string) => number);
59
/**
0 commit comments