Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added build instructions for installing Webpack 3.
- Loading branch information
Showing
with
7 additions
and
0 deletions.
-
+7
−0
BUILD_INSTRUCTIONS
|
@@ -21,3 +21,10 @@ |
|
|
$ npm -v |
|
|
|
|
|
3.5.2 |
|
|
|
|
|
|
|
|
(5) Install the version 3 of the Webpack module bundler: |
|
|
|
|
|
$ npm install webpack@webpack-3 |
|
|
|
|
|
... |