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/EntryOptionPlugin.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/node_modules/webpack/lib/EntryOptionPlugin.js b/node_modules/webpack/lib/EntryOptionPlugin.js
index 320c6d6..b4b23a2 100644
--- a/node_modules/webpack/lib/EntryOptionPlugin.js
+++ b/node_modules/webpack/lib/EntryOptionPlugin.js
@@ -14,6 +14,7 @@
class EntryOptionPlugin {
/**
+ * Applies the plugin by registering its hooks on the compiler.
* @param {Compiler} compiler the compiler instance one is tapping into
* @returns {void}
*/
@@ -25,6 +26,7 @@
}
/**
+ * Apply entry option.
* @param {Compiler} compiler the compiler
* @param {string} context context directory
* @param {Entry} entry request
@@ -56,6 +58,7 @@
}
/**
+ * Entry description to options.
* @param {Compiler} compiler the compiler
* @param {string} name entry name
* @param {EntryDescription} desc entry description
--
Gitblit v1.9.3