add note on installing webpack-cli and webpack@next
This commit is contained in:
parent
b696c1dade
commit
11965ca603
|
@ -145,6 +145,10 @@ Keypairs.generate().then(function (pair) {
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save-dev webpack@5
|
npm install --save-dev webpack@5
|
||||||
|
# Or, if webpack 5 is still in beta: npm install --save-dev webpack@next
|
||||||
|
|
||||||
|
npm install --save-dev webpack-cli
|
||||||
|
|
||||||
npx webpack
|
npx webpack
|
||||||
ls dist/
|
ls dist/
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue