webpack/declarations/plugins/optimize/MergeDuplicateChunksPlugin....

13 lines
248 B
TypeScript
Raw Normal View History

2024-11-13 01:01:01 +08:00
/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
2025-05-02 00:16:09 +08:00
* Run `yarn fix:special` to update
2024-11-13 01:01:01 +08:00
*/
export interface MergeDuplicateChunksPluginOptions {
/**
* Specifies the stage for merging duplicate chunks.
*/
stage?: number;
}