add note on installing webpack-cli and webpack@next

This commit is contained in:
AJ ONeal 2020-08-24 22:05:43 +00:00
parent b696c1dade
commit 11965ca603
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ Keypairs.generate().then(function (pair) {
```bash
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
ls dist/
```