Skip to content

Commit

Permalink
Update v7-migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo authored Aug 27, 2018
1 parent af0d70f commit 43beff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/versioned_docs/version-7.0.0/v7-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ We have separated out Babel's helpers from it's "polyfilling" behavior in runtim

[`@babel/runtime`](runtime.md) now only contains the helpers, and if you need `core-js` you can use [`@babel/runtime-corejs2`](runtime-corejs2.md) and the option provided in the transform. For both you still need the [`@babel/plugin-transform-runtime`](plugin-transform-runtime.md)

We've removed the proposals `transform-runtime` as well since we have done the same for `@babel/polyfill` [#8547](https://github.com/babel/babel/pull/8547).

#### Only Helpers

```sh
Expand Down

0 comments on commit 43beff4

Please sign in to comment.