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/GraphHelpers.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/node_modules/webpack/lib/GraphHelpers.js b/node_modules/webpack/lib/GraphHelpers.js
index c1d79ee..733e45c 100644
--- a/node_modules/webpack/lib/GraphHelpers.js
+++ b/node_modules/webpack/lib/GraphHelpers.js
@@ -10,6 +10,7 @@
/** @typedef {import(".").Entrypoint} Entrypoint */
/**
+ * Connects chunk group and chunk.
* @param {ChunkGroup} chunkGroup the ChunkGroup to connect
* @param {Chunk} chunk chunk to tie to ChunkGroup
* @returns {void}
@@ -21,6 +22,7 @@
};
/**
+ * Connects chunk group parent and child.
* @param {ChunkGroup} parent parent ChunkGroup to connect
* @param {ChunkGroup} child child ChunkGroup to connect
* @returns {void}
@@ -32,6 +34,7 @@
};
/**
+ * Connects entrypoint and depend on.
* @param {Entrypoint} entrypoint the entrypoint
* @param {Entrypoint} dependOnEntrypoint the dependOnEntrypoint
* @returns {void}
--
Gitblit v1.9.3