소스 검색

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

불러오는 중...
취소
저장