Skip to content

Commit 68370c1

Browse files
docs(hot-reload): add webpack to install command
nestjs/nest-cli#1000
1 parent d67e4f5 commit 68370c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/hot-reload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you are using the [Nest CLI](https://docs.nestjs.com/cli/overview), the confi
1313
First install the required packages:
1414

1515
```bash
16-
$ npm i --save-dev webpack-node-externals run-script-webpack-plugin
16+
$ npm i --save-dev webpack-node-externals run-script-webpack-plugin webpack
1717
```
1818

1919
#### Configuration

0 commit comments

Comments
 (0)