Skip to content

Commit 0795384

Browse files
author
Mick Lawitzke
authored
Update hot-reload.md
Removed `--watch` since it is already in the `webpack-hmr.config.js`
1 parent e2da1fc commit 0795384

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
@@ -69,7 +69,7 @@ bootstrap();
6969
To simplify the execution process, add a script to your `package.json` file.
7070

7171
```json
72-
"start:dev": "nest build --watch --webpack --webpackPath webpack-hmr.config.js"
72+
"start:dev": "nest build --webpack --webpackPath webpack-hmr.config.js"
7373
```
7474

7575
Now simply open your command line and run the following command:

0 commit comments

Comments
 (0)