mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-02 11:07:20 +01:00
composer and npm
This commit is contained in:
12
conf/site/node_modules/webpack/declarations/WebpackOptions.d.ts
generated
vendored
12
conf/site/node_modules/webpack/declarations/WebpackOptions.d.ts
generated
vendored
@@ -709,6 +709,10 @@ export interface ResolveOptions {
|
||||
resolver?: {
|
||||
[k: string]: any;
|
||||
};
|
||||
/**
|
||||
* A list of directories in which requests that are server-relative URLs (starting with '/') are resolved. On non-windows system these requests are tried to resolve as absolute path first.
|
||||
*/
|
||||
roots?: string[];
|
||||
/**
|
||||
* Enable resolving symlinks to the original location
|
||||
*/
|
||||
@@ -927,6 +931,10 @@ export interface OptimizationSplitChunksOptions {
|
||||
* Ignore minimum size, minimum chunks and maximum requests and always create chunks for this cache group
|
||||
*/
|
||||
enforce?: boolean;
|
||||
/**
|
||||
* Size threshold at which splitting is enforced and other restrictions (maxAsyncRequests, maxInitialRequests) are ignored.
|
||||
*/
|
||||
enforceSizeThreshold?: number;
|
||||
/**
|
||||
* Sets the template for the filename for created chunks (Only works for initial chunks)
|
||||
*/
|
||||
@@ -973,6 +981,10 @@ export interface OptimizationSplitChunksOptions {
|
||||
* Select chunks for determining shared modules (defaults to "async", "initial" and "all" requires adding these chunks to the HTML)
|
||||
*/
|
||||
chunks?: ("initial" | "async" | "all") | Function;
|
||||
/**
|
||||
* Size threshold at which splitting is enforced and other restrictions (maxAsyncRequests, maxInitialRequests) are ignored.
|
||||
*/
|
||||
enforceSizeThreshold?: number;
|
||||
/**
|
||||
* Options for modules not selected by any other cache group
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user