diff --git a/typings.d.ts b/typings.d.ts index b07bc354..8440fe8e 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -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); /**