From d9121b39a1d76339b7966279f198c2d8d3fdff5c Mon Sep 17 00:00:00 2001 From: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:27:11 +0300 Subject: [PATCH] docs: use markdown instead html (#19938) --- README.md | 35 +- ...in_CODE_OF_CONDUCT_06e7b335922db99b918d.md | 2 +- ...ebpack_main_README_c9ec0fd496c92f077657.md | 673 ++++++++++++++++++ .../http-url/errors.webpack.lock | 4 +- ...in_CODE_OF_CONDUCT_06e7b335922db99b918d.md | 1 - .../http-url/frozen-verify.webpack.lock | 4 +- ...in_CODE_OF_CONDUCT_06e7b335922db99b918d.md | 1 - ...ebpack_main_README_c9ec0fd496c92f077657.md | 673 ++++++++++++++++++ .../asset-modules/http-url/index.js | 8 +- .../http-url/no-cache.webpack.lock | 4 +- .../http-url/prod-defaults.webpack.lock | 4 +- ...in_CODE_OF_CONDUCT_06e7b335922db99b918d.md | 1 - ...ebpack_main_README_c9ec0fd496c92f077657.md | 673 ++++++++++++++++++ 13 files changed, 2050 insertions(+), 33 deletions(-) create mode 100644 test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md delete mode 100644 test/configCases/asset-modules/http-url/errors.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md delete mode 100644 test/configCases/asset-modules/http-url/frozen-verify.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md create mode 100644 test/configCases/asset-modules/http-url/frozen-verify.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md delete mode 100644 test/configCases/asset-modules/http-url/prod-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md create mode 100644 test/configCases/asset-modules/http-url/prod-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md diff --git a/README.md b/README.md index a210a6db9..fc5b1ec7d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ - [Backers](#backers) - [Special Thanks](#special-thanks-to) -
(In chronological order)
- [@google](https://github.com/google) for [Google Web Toolkit (GWT)](http://www.gwtproject.org/), which aims to compile Java to JavaScript. It features a similar [Code Splitting](http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html) as webpack. diff --git a/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md b/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md index 4faf227c4..8b9370843 100644 --- a/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md +++ b/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_CODE_OF_CONDUCT_06e7b335922db99b918d.md @@ -1 +1 @@ -[Code of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/master/CODE_OF_CONDUCT.md) +[Code of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/master/README.md) diff --git a/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md b/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md new file mode 100644 index 000000000..a210a6db9 --- /dev/null +++ b/test/configCases/asset-modules/http-url/dev-defaults.webpack.lock.data/https_raw.githubusercontent.com/webpack_webpack_main_README_c9ec0fd496c92f077657.md @@ -0,0 +1,673 @@ ++ Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. +
+