Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can instead require the babel runtime as a separate module to avoid the dupl
The following configuration disables automatic per-file runtime injection in babel, instead
requiring `babel-plugin-transform-runtime` and making all helper references use it.

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

**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`.

Expand Down Expand Up @@ -281,4 +281,4 @@ be passed to `babel.transform`.
Given Babel's result object, allow loaders to make additional tweaks to it.


## [License](http://couto.mit-license.org/)
## [License](https://couto.mit-license.org/)