Skip to content

Commit 638e433

Browse files
YonatanKrahiroppy
authored andcommitted
Update readme.md (#566)
The npm install commands before the fix did not work with the new babel and babel-loader version.
1 parent 8bd2521 commit 638e433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ requiring `babel-plugin-transform-runtime` and making all helper references use
117117

118118
See the [docs](http://babeljs.io/docs/plugins/transform-runtime/) for more information.
119119

120-
**NOTE:** You must run `npm install babel-plugin-transform-runtime --save-dev` to include this in your project and `babel-runtime` itself as a dependency with `npm install babel-runtime --save`.
120+
**NOTE:** You must run `npm install @babel/plugin-transform-runtime --save-dev` to include this in your project and `babel-runtime` itself as a dependency with `npm install @babel/runtime --save`.
121121

122122
```javascript
123123
rules: [

0 commit comments

Comments
 (0)