Update npm packages (73 packages including @jqhtml 2.3.36)
Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js
generated
vendored
2
node_modules/webpack/lib/DelegatedModuleFactoryPlugin.js
generated
vendored
@@ -9,6 +9,7 @@ const DelegatedModule = require("./DelegatedModule");
|
||||
|
||||
/** @typedef {import("../declarations/plugins/DllReferencePlugin").DllReferencePluginOptions} DllReferencePluginOptions */
|
||||
/** @typedef {import("../declarations/plugins/DllReferencePlugin").DllReferencePluginOptionsContent} DllReferencePluginOptionsContent */
|
||||
/** @typedef {import("./DelegatedModule").DelegatedModuleData} DelegatedModuleData */
|
||||
/** @typedef {import("./DelegatedModule").DelegatedModuleSourceRequest} DelegatedModuleSourceRequest */
|
||||
/** @typedef {import("./DelegatedModule").DelegatedModuleType} DelegatedModuleType */
|
||||
/** @typedef {import("./NormalModuleFactory")} NormalModuleFactory */
|
||||
@@ -51,6 +52,7 @@ class DelegatedModuleFactoryPlugin {
|
||||
const { request } = dependency;
|
||||
if (request && request.startsWith(`${scope}/`)) {
|
||||
const innerRequest = `.${request.slice(scope.length)}`;
|
||||
/** @type {undefined | DelegatedModuleData} */
|
||||
let resolved;
|
||||
if (innerRequest in this.options.content) {
|
||||
resolved = this.options.content[innerRequest];
|
||||
|
||||
Reference in New Issue
Block a user