mirror of https://github.com/webpack/webpack.git
chore(docs): Update readme
Looks like the website doesn't exist anymore so no reason to send people to a location that redirects to webpack.js.org anyway
This commit is contained in:
parent
60275c377d
commit
e4d55443c9
|
@ -52,7 +52,7 @@ yarn add webpack --dev
|
|||
|
||||
<h2 align="center">Introduction</h2>
|
||||
|
||||
> This README reflects Webpack v2.x and v3.x. The Webpack v1.x [documentation can be found here](https://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top).
|
||||
> This README reflects Webpack v2.x and v3.x. The Webpack v1.x documentation has been deprecated and deleted.
|
||||
|
||||
webpack is a bundler for modules. The main purpose is to bundle JavaScript
|
||||
files for usage in a browser, yet it is also capable of transforming, bundling,
|
||||
|
|
Loading…
Reference in New Issue