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 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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