mirror of https://github.com/webpack/webpack.git
docs: update README.md
This commit is contained in:
parent
34ff480a92
commit
a9a4f1c8d7
|
@ -58,8 +58,6 @@ yarn add webpack --dev
|
||||||
|
|
||||||
<h2 align="center">Introduction</h2>
|
<h2 align="center">Introduction</h2>
|
||||||
|
|
||||||
> 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
|
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,
|
files for usage in a browser, yet it is also capable of transforming, bundling,
|
||||||
or packaging just about any resource or asset.
|
or packaging just about any resource or asset.
|
||||||
|
|
Loading…
Reference in New Issue