Skip to content

Commit 5ffe1ac

Browse files
authored
Babel package is no-op in babel 6.*
The node API for `babel` has been moved to `babel-core`.
1 parent c49803b commit 5ffe1ac

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)