From 9958dc5681e91cdea8c5fadc9a03f342cd7bf810 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sun, 22 Mar 2026 22:26:57 +0000 Subject: [PATCH 01/12] chore: sync webpack docs to 89a1ca3894f924d9c2a8d41e06d982ebc333c52f --- HEAD_COMMIT | 2 +- pages/v5.x/index.md | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 0f63443..c9504a3 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -b5499e05b0c1c2847545a610cbaea3d352328d3d \ No newline at end of file +89a1ca3894f924d9c2a8d41e06d982ebc333c52f diff --git a/pages/v5.x/index.md b/pages/v5.x/index.md index e4abe0c..eb63423 100644 --- a/pages/v5.x/index.md +++ b/pages/v5.x/index.md @@ -164,18 +164,15 @@ or are automatically applied via regex from your webpack configuration. | Name | Status | Install Size | Description | | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | :--------------: | :-------------------------------------------------------------------------------------- | | | ![html-npm] | ![html-size] | Exports HTML as string, requires references to static resources | -| | ![pug-npm] | ![pug-size] | Loads Pug templates and returns a function | -| | ![pug3-npm] | ![pug3-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular | +| | ![pug-npm] | ![pug-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular | | | ![md-npm] | ![md-size] | Compiles Markdown to HTML | | | ![posthtml-npm] | ![posthtml-size] | Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml) | | | ![hbs-npm] | ![hbs-size] | Compiles Handlebars to HTML | [html-npm]: https://img.shields.io/npm/v/html-loader.svg [html-size]: https://packagephobia.com/badge?p=html-loader -[pug-npm]: https://img.shields.io/npm/v/pug-loader.svg -[pug-size]: https://packagephobia.com/badge?p=pug-loader -[pug3-npm]: https://img.shields.io/npm/v/@webdiscus/pug-loader.svg -[pug3-size]: https://packagephobia.com/badge?p=@webdiscus/pug-loader +[pug-npm]: https://img.shields.io/npm/v/@webdiscus/pug-loader.svg +[pug-size]: https://packagephobia.com/badge?p=@webdiscus/pug-loader [jade-npm]: https://img.shields.io/npm/v/jade-loader.svg [jade-size]: https://packagephobia.com/badge?p=jade-loader [md-npm]: https://img.shields.io/npm/v/markdown-loader.svg From ef5cc33821a62654806a73626d12c0ea8032cb64 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Tue, 24 Mar 2026 04:33:50 +0000 Subject: [PATCH 02/12] chore: sync webpack docs to d9e11489a8ec52f5a850b11c353790ae089c937f --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index c9504a3..7fd5642 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -89a1ca3894f924d9c2a8d41e06d982ebc333c52f +d9e11489a8ec52f5a850b11c353790ae089c937f From b4f15d6b2140514d615eabdc1a7575c50f29fa24 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 25 Mar 2026 04:35:52 +0000 Subject: [PATCH 03/12] chore: sync webpack docs to 72598efbba25d86f99c7197edd7338eeba057567 --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 1 + pages/v5.x/type-map.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 7fd5642..424601c 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -d9e11489a8ec52f5a850b11c353790ae089c937f +72598efbba25d86f99c7197edd7338eeba057567 diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index c95e5ed..1af1bf3 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -6649,6 +6649,7 @@ Specify options for each parser. * `filename` {string} * `hash` {string} * `hashWithLength` {object} +* `local` {string} * `module` {Module|ModulePathData} * `noChunkHash` {boolean} * `prepareId` {object} diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json index 11ce1f6..c3da50b 100644 --- a/pages/v5.x/type-map.json +++ b/pages/v5.x/type-map.json @@ -3461,6 +3461,7 @@ "PathData.filename": "globals.md#filename", "PathData.hash": "globals.md#hash", "PathData.hashWithLength": "globals.md#hashwithlength", + "PathData.local": "globals.md#local", "PathData.module": "globals.md#module", "PathData.noChunkHash": "globals.md#nochunkhash", "PathData.prepareId": "globals.md#prepareid", From 62e3eeef63543ffabc30f293c63a34b688e5ef4e Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Thu, 26 Mar 2026 04:44:30 +0000 Subject: [PATCH 04/12] chore: sync webpack docs to 7bde8ab8d018fa2f89751b415b00066f81aeed50 --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 424601c..e609db6 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -72598efbba25d86f99c7197edd7338eeba057567 +7bde8ab8d018fa2f89751b415b00066f81aeed50 From 7e5fc571ac7e956b150754005f5e944e94a89314 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Fri, 27 Mar 2026 04:44:51 +0000 Subject: [PATCH 05/12] chore: sync webpack docs to 118e0c575ffabe0d2c9ea92a5800e3ed0196941a --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index e609db6..1370fbc 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -7bde8ab8d018fa2f89751b415b00066f81aeed50 +118e0c575ffabe0d2c9ea92a5800e3ed0196941a From 480916d605f7b3a994dec1f6719a7b4e429105e0 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sat, 28 Mar 2026 04:34:52 +0000 Subject: [PATCH 06/12] chore: sync webpack docs to 925ba2dc49f2f9e88577f94212595d640a39927c --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 1370fbc..34acd45 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -118e0c575ffabe0d2c9ea92a5800e3ed0196941a +925ba2dc49f2f9e88577f94212595d640a39927c From bdf573e1a99ddfd6ed79900cf86da99cff598441 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Tue, 31 Mar 2026 04:46:09 +0000 Subject: [PATCH 07/12] chore: sync webpack docs to 9fb3b03ae1f7e66e6c6815561de5830c1821af5c --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 34acd45..c112aa7 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -925ba2dc49f2f9e88577f94212595d640a39927c +9fb3b03ae1f7e66e6c6815561de5830c1821af5c From 5a60feaba2f3969bd08c5775c83aa1c73c92d4d9 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Wed, 1 Apr 2026 04:54:07 +0000 Subject: [PATCH 08/12] chore: sync webpack docs to cfc5e36888d7d97517122da34b0e8a57abd5f333 --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index c112aa7..a25f46b 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -9fb3b03ae1f7e66e6c6815561de5830c1821af5c +cfc5e36888d7d97517122da34b0e8a57abd5f333 From 46276df0264cbbf13b9947d8e77c66755660e15c Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Thu, 2 Apr 2026 04:42:13 +0000 Subject: [PATCH 09/12] chore: sync webpack docs to 60f7e4ab5312f1fccc93b3bdeb32d9771bd1c9ee --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index a25f46b..eb380a9 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -cfc5e36888d7d97517122da34b0e8a57abd5f333 +60f7e4ab5312f1fccc93b3bdeb32d9771bd1c9ee From 52e4eafd9b4b59802f0c4370880150c4c9adf06c Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Fri, 3 Apr 2026 04:43:05 +0000 Subject: [PATCH 10/12] chore: sync webpack docs to 61fbd29f4f3a54dfd13911af4eca0b1c27523ad2 --- HEAD_COMMIT | 2 +- pages/v5.x/globals.md | 4 ++-- pages/v5.x/webpack/namespaces/dependencies.md | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index eb380a9..a354e40 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -60f7e4ab5312f1fccc93b3bdeb32d9771bd1c9ee +61fbd29f4f3a54dfd13911af4eca0b1c27523ad2 diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md index 1af1bf3..464ad4d 100644 --- a/pages/v5.x/globals.md +++ b/pages/v5.x/globals.md @@ -2087,13 +2087,13 @@ Apply the plugin * `weak` {boolean} * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` diff --git a/pages/v5.x/webpack/namespaces/dependencies.md b/pages/v5.x/webpack/namespaces/dependencies.md index c1d7fc2..ae0e040 100644 --- a/pages/v5.x/webpack/namespaces/dependencies.md +++ b/pages/v5.x/webpack/namespaces/dependencies.md @@ -30,13 +30,13 @@ * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {ConstDependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` @@ -174,13 +174,13 @@ Update the hash * `getNonOptionalPart` {object} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {HarmonyImportDependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` @@ -339,13 +339,13 @@ Update the hash * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {DependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` @@ -475,13 +475,13 @@ Update the hash * `EXPORTS_OBJECT_REFERENCED` {string[][]} * `NO_EXPORTS_REFERENCED` {string[][]} * `Template` {NullDependencyTemplate} -* `TRANSITIVE` {TRANSITIVE} +* `TRANSITIVE` {symbol} ### Methods #### `couldAffectReferencingModule()` -* Returns: {boolean|TRANSITIVE} +* Returns: {boolean|symbol} #### `createIgnoredModule(context)` From 71d54708589ed7f939b547add43a11c2bab2b501 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Sat, 4 Apr 2026 04:32:37 +0000 Subject: [PATCH 11/12] chore: sync webpack docs to 91aa5daf7738a8e41297120a89b75836a192391d --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index a354e40..8dfb4d1 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -61fbd29f4f3a54dfd13911af4eca0b1c27523ad2 +91aa5daf7738a8e41297120a89b75836a192391d From 22a6ed2884e09cd6b74cbc138b3d9c330a0b6208 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Tue, 7 Apr 2026 04:45:09 +0000 Subject: [PATCH 12/12] chore: sync webpack docs to 390333f082751b4827823201b22bd3ad7876edf5 --- HEAD_COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HEAD_COMMIT b/HEAD_COMMIT index 8dfb4d1..1aed756 100644 --- a/HEAD_COMMIT +++ b/HEAD_COMMIT @@ -1 +1 @@ -91aa5daf7738a8e41297120a89b75836a192391d +390333f082751b4827823201b22bd3ad7876edf5