Skip to content

Commit 00956e9

Browse files
authored
Merge pull request #631 from aiduryagin/patch-1
Babel package is no-op in babel 6.*
2 parents 53ea54e + 5ffe1ac commit 00956e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/guides/hmr-react.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ contributors:
55
- jmreidy
66
- jhnns
77
- sararubin
8+
- aiduryagin
89
---
910

1011
As explained in detail on the [concept page](/concepts/hot-module-replacement), Hot Module Replacement (HMR) exchanges, adds, or removes modules while an application is running without a page reload.
@@ -26,7 +27,7 @@ To follow along, please add the following dependencies to your `package.json`:
2627
To use HMR, you'll need the following dependencies:
2728

2829
```bash
29-
30+
3031
```
3132

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

0 commit comments

Comments
 (0)