Skip to content

Commit 5629ebb

Browse files
authored
Update HMR guide
Change the dependency version of Webpack to beta 25 - earlier versions don't support rules.use, so they aren't compatible with code presented in the guide.
1 parent c670234 commit 5629ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/hmr-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To follow along, please add the following dependencies to your `package.json`:
2525
To use HMR, you'll need the following dependencies:
2626

2727
```bash
28-
28+
2929
```
3030

3131
In addition, for the purposes of this walkthrough, you'll need:

0 commit comments

Comments
 (0)