Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
1
node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js
generated
vendored
1
node_modules/webpack/lib/performance/AssetsOverSizeLimitWarning.js
generated
vendored
@@ -28,6 +28,7 @@ Assets: ${assetLists}`);
|
||||
|
||||
/** @type {string} */
|
||||
this.name = "AssetsOverSizeLimitWarning";
|
||||
/** @type {AssetDetails[]} */
|
||||
this.assets = assetsOverSizeLimit;
|
||||
}
|
||||
}
|
||||
|
||||
1
node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js
generated
vendored
1
node_modules/webpack/lib/performance/EntrypointsOverSizeLimitWarning.js
generated
vendored
@@ -31,6 +31,7 @@ Entrypoints:${entrypointList}\n`);
|
||||
|
||||
/** @type {string} */
|
||||
this.name = "EntrypointsOverSizeLimitWarning";
|
||||
/** @type {EntrypointDetails[]} */
|
||||
this.entrypoints = entrypoints;
|
||||
}
|
||||
}
|
||||
|
||||
1
node_modules/webpack/lib/performance/SizeLimitsPlugin.js
generated
vendored
1
node_modules/webpack/lib/performance/SizeLimitsPlugin.js
generated
vendored
@@ -46,6 +46,7 @@ module.exports = class SizeLimitsPlugin {
|
||||
* @param {PerformanceOptions} options the plugin options
|
||||
*/
|
||||
constructor(options) {
|
||||
/** @type {PerformanceOptions["hints"]} */
|
||||
this.hints = options.hints;
|
||||
/** @type {number | undefined} */
|
||||
this.maxAssetSize = options.maxAssetSize;
|
||||
|
||||
Reference in New Issue
Block a user