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/OccurrenceOrderModuleIdsPlugin.d.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts (limited to 'node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts') diff --git a/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts b/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts new file mode 100644 index 00000000..c29e0e95 --- /dev/null +++ b/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts @@ -0,0 +1,12 @@ +/** + * This file was automatically generated. + * DO NOT MODIFY BY HAND. + * Run `yarn special-lint-fix` to update + */ + +export interface OccurrenceOrderModuleIdsPluginOptions { + /** + * Prioritise initial size over total size + */ + prioritiseInitial?: boolean; +} -- cgit v1.2.3