From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- .../plugins/optimize/LimitChunkCountPlugin.d.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts (limited to 'node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts') diff --git a/node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts b/node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts new file mode 100644 index 00000000..8cd59ed6 --- /dev/null +++ b/node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts @@ -0,0 +1,16 @@ +/** + * This file was automatically generated. + * DO NOT MODIFY BY HAND. + * Run `yarn special-lint-fix` to update + */ + +export interface LimitChunkCountPluginOptions { + /** + * Limit the maximum number of chunks using a value greater greater than or equal to 1 + */ + maxChunks?: number; + /** + * Set a minimum chunk size + */ + minChunkSize?: number; +} -- cgit v1.2.3