Docs: Update webpack website in README

Webpack has migrated to https://webpack.js.org/ since version 2.

Closes gh-5037

(cherry picked from commit 01819bc3bc)
This commit is contained in:
Simon Legner 2022-07-12 17:16:24 +02:00 committed by Michał Gołębiowski-Owczarek
parent bc16512879
commit 410d5cf0c3

View File

@ -29,7 +29,7 @@ import $ from "jquery";
#### Browserify/Webpack #### 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 ```js
var $ = require( "jquery" ); var $ = require( "jquery" );