diff options
author | Simon Legner <Simon.Legner@gmail.com> | 2022-07-12 17:16:24 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-12 17:17:18 +0200 |
commit | 410d5cf0c3d0d92b2e9abd7fe0b16eb79c9a2a51 (patch) | |
tree | 18da45390e16f4874fc7a19fe8a9b568f345a701 | |
parent | bc16512879bd81de9874bffa690404e14e8f43ff (diff) | |
download | jquery-410d5cf0c3d0d92b2e9abd7fe0b16eb79c9a2a51.tar.gz jquery-410d5cf0c3d0d92b2e9abd7fe0b16eb79c9a2a51.zip |
Docs: Update webpack website in README
Webpack has migrated to https://webpack.js.org/ since version 2.
Closes gh-5037
(cherry picked from commit 01819bc3bcc44282e5bb9301c3478d837d1e5152)
-rw-r--r-- | build/fixtures/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fixtures/README.md b/build/fixtures/README.md index 0c057bae8..02a69318a 100644 --- a/build/fixtures/README.md +++ b/build/fixtures/README.md @@ -29,7 +29,7 @@ import $ from "jquery"; #### Browserify/Webpack -There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.github.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this... +There are several ways to use [Browserify](http://browserify.org/) and [Webpack](https://webpack.js.org/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this... ```js var $ = require( "jquery" ); |