From a98e1a06042ed3a2c987a820052af9113fc52f88 Mon Sep 17 00:00:00 2001 From: Nazim Hajidin Date: Sat, 10 Dec 2016 16:21:17 -0500 Subject: [PATCH] Fix PR link in changelog. (#75) [skip ci] --- experimental/babel-preset-env/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/babel-preset-env/CHANGELOG.md b/experimental/babel-preset-env/CHANGELOG.md index 7219ed6951..698e01b39d 100644 --- a/experimental/babel-preset-env/CHANGELOG.md +++ b/experimental/babel-preset-env/CHANGELOG.md @@ -33,7 +33,7 @@ We were outputting an invalid path for `regenerator`! ### :rocket: New Feature -* Add `useBuiltIns` option ([#56](https://github.com/babel/babel-preset-env/pull/55)) ([@hzoo](https://github.com/hzoo)), ([@yavorsky](https://github.com/yavorsky)), ([@existentialism](https://github.com/existentialism)) +* Add `useBuiltIns` option ([#56](https://github.com/babel/babel-preset-env/pull/56)) ([@hzoo](https://github.com/hzoo)), ([@yavorsky](https://github.com/yavorsky)), ([@existentialism](https://github.com/existentialism)) A way to apply `babel-preset-env` for polyfills (via `"babel-polyfill"``).