From 9bce51f651aad297ef9eb6df832bfdaf1de05d84 Mon Sep 17 00:00:00 2001 From: WXL <wl_5969728@163.com> Date: 星期三, 22 四月 2026 14:27:54 +0800 Subject: [PATCH] 青岛推送 --- node_modules/webpack/lib/RuntimeGlobals.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/node_modules/webpack/lib/RuntimeGlobals.js b/node_modules/webpack/lib/RuntimeGlobals.js index 4f7d07d..3394dff 100644 --- a/node_modules/webpack/lib/RuntimeGlobals.js +++ b/node_modules/webpack/lib/RuntimeGlobals.js @@ -60,6 +60,11 @@ module.exports.compatGetDefaultExport = "__webpack_require__.n"; /** + * compile a wasm module from id and hash, returning WebAssembly.Module + */ +module.exports.compileWasm = "__webpack_require__.vs"; + +/** * create a fake namespace object */ module.exports.createFakeNamespaceObject = "__webpack_require__.t"; @@ -82,6 +87,7 @@ * merge multiple CSS stylesheets (CSSStyleSheet or string) into one CSS text string * Arguments: (sheets: Array<CSSStyleSheet | string> | CSSStyleSheet | string) => string */ +module.exports.cssInjectStyle = "__webpack_require__.is"; module.exports.cssMergeStyleSheets = "__webpack_require__.mcs"; /** @@ -404,6 +410,7 @@ module.exports.startupEntrypoint = "__webpack_require__.X"; /** + * Describes how this item operation behaves. * @deprecated * creating a default startup function with the entry modules */ -- Gitblit v1.9.3