mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-02 06:02:19 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
24
web/node_modules/webpack/declarations/plugins/optimize/AggressiveSplittingPlugin.d.ts
generated
vendored
Normal file
24
web/node_modules/webpack/declarations/plugins/optimize/AggressiveSplittingPlugin.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
/**
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn special-lint-fix` to update
|
||||
*/
|
||||
|
||||
export interface AggressiveSplittingPluginOptions {
|
||||
/**
|
||||
* Default: 0
|
||||
*/
|
||||
chunkOverhead?: number;
|
||||
/**
|
||||
* Default: 1
|
||||
*/
|
||||
entryChunkMultiplicator?: number;
|
||||
/**
|
||||
* Byte, maxsize of per file. Default: 51200
|
||||
*/
|
||||
maxSize?: number;
|
||||
/**
|
||||
* Byte, split point. Default: 30720
|
||||
*/
|
||||
minSize?: number;
|
||||
}
|
16
web/node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts
generated
vendored
Normal file
16
web/node_modules/webpack/declarations/plugins/optimize/LimitChunkCountPlugin.d.ts
generated
vendored
Normal file
|
@ -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;
|
||||
}
|
12
web/node_modules/webpack/declarations/plugins/optimize/MinChunkSizePlugin.d.ts
generated
vendored
Normal file
12
web/node_modules/webpack/declarations/plugins/optimize/MinChunkSizePlugin.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn special-lint-fix` to update
|
||||
*/
|
||||
|
||||
export interface MinChunkSizePluginOptions {
|
||||
/**
|
||||
* Minimum number of characters
|
||||
*/
|
||||
minChunkSize: number;
|
||||
}
|
12
web/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderChunkIdsPlugin.d.ts
generated
vendored
Normal file
12
web/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderChunkIdsPlugin.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* This file was automatically generated.
|
||||
* DO NOT MODIFY BY HAND.
|
||||
* Run `yarn special-lint-fix` to update
|
||||
*/
|
||||
|
||||
export interface OccurrenceOrderChunkIdsPluginOptions {
|
||||
/**
|
||||
* Prioritise initial size over total size
|
||||
*/
|
||||
prioritiseInitial?: boolean;
|
||||
}
|
12
web/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts
generated
vendored
Normal file
12
web/node_modules/webpack/declarations/plugins/optimize/OccurrenceOrderModuleIdsPlugin.d.ts
generated
vendored
Normal file
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue