mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: Update webpack website in README
Webpack has migrated to https://webpack.js.org/ since version 2. Closes gh-5037
This commit is contained in:
parent
fae5fee8b4
commit
01819bc3bc
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user