feat: refactoring project
This commit is contained in:
15
node_modules/webpack/schemas/WebpackOptions.json
generated
vendored
15
node_modules/webpack/schemas/WebpackOptions.json
generated
vendored
@@ -1285,6 +1285,7 @@
|
||||
"system",
|
||||
"promise",
|
||||
"import",
|
||||
"module-import",
|
||||
"script",
|
||||
"node-commonjs"
|
||||
]
|
||||
@@ -2065,7 +2066,7 @@
|
||||
{
|
||||
"description": "A custom backend.",
|
||||
"instanceof": "Function",
|
||||
"tsType": "(((compiler: import('../lib/Compiler'), callback: (err?: Error, api?: import(\"../lib/hmr/LazyCompilationPlugin\").BackendApi) => void) => void) | ((compiler: import('../lib/Compiler')) => Promise<import(\"../lib/hmr/LazyCompilationPlugin\").BackendApi>))"
|
||||
"tsType": "(((compiler: import('../lib/Compiler'), callback: (err: Error | null, api?: import(\"../lib/hmr/LazyCompilationPlugin\").BackendApi) => void) => void) | ((compiler: import('../lib/Compiler')) => Promise<import(\"../lib/hmr/LazyCompilationPlugin\").BackendApi>))"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/LazyCompilationDefaultBackendOptions"
|
||||
@@ -2579,6 +2580,10 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"avoidEntryIife": {
|
||||
"description": "Avoid wrapping the entry module in an IIFE.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"checkWasmTypes": {
|
||||
"description": "Check for incompatible wasm types when importing/exporting from/to ESM.",
|
||||
"type": "boolean"
|
||||
@@ -3656,7 +3661,13 @@
|
||||
"workerWasmLoading": {
|
||||
"$ref": "#/definitions/WasmLoading"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"environment",
|
||||
"enabledChunkLoadingTypes",
|
||||
"enabledLibraryTypes",
|
||||
"enabledWasmLoadingTypes"
|
||||
]
|
||||
},
|
||||
"Parallelism": {
|
||||
"description": "The number of parallel processed modules in the compilation.",
|
||||
|
||||
Reference in New Issue
Block a user