浏览代码

add note on installing webpack-cli and webpack@next

main
AJ ONeal 4 年前
父节点
当前提交
11965ca603
  1. 4
      README.md

4
README.md

@ -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/
```

正在加载...
取消
保存