Skip to content

Commit

Permalink
Docs: Update webpack website in README
Browse files Browse the repository at this point in the history
Webpack has migrated to https://webpack.js.org/ since version 2.

Closes gh-5037
  • Loading branch information
simon04 committed Jul 12, 2022
1 parent fae5fee commit 01819bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
Expand Down

0 comments on commit 01819bc

Please sign in to comment.