We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2019127 commit f096811Copy full SHA for f096811
1 file changed
types.d.ts
@@ -9817,7 +9817,7 @@ declare interface LimitChunkCountPluginOptions {
9817
entryChunkMultiplicator?: number;
9818
9819
/**
9820
- * Limit the maximum number of chunks using a value greater greater than or equal to 1.
+ * Limit the maximum number of chunks using a value greater than or equal to 1.
9821
*/
9822
maxChunks: number;
9823
}
@@ -20155,4 +20155,4 @@ declare const idsSymbolHarmonyExportImportedSpecifierDependency: unique symbol;
20155
declare const idsSymbolHarmonyImportSpecifierDependency: unique symbol;
20156
declare const topLevelSymbolTag: unique symbol;
20157
20158
-export = exports;
+export = exports;
0 commit comments