From 8a17393ee61956e68be7ab88863fcf25820b8eac Mon Sep 17 00:00:00 2001 From: Javier Cuevas Date: Sun, 23 Oct 2016 12:33:08 +0200 Subject: [PATCH 1/2] Fix broken links to babel's docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e365dd64..e61e93103 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ After installing `react-rails`, restart your server. Now, `.js.jsx` files will b #### BabelTransformer options -You can use babel's [transformers](http://babeljs.io/docs/advanced/transformers/) and [custom plugins](http://babeljs.io/docs/advanced/plugins/), +You can use babel's [transformers and plugins](http://babeljs.io/docs/plugins/) and pass [options](http://babeljs.io/docs/usage/options/) to the babel transpiler adding following configurations: ```ruby From 52026260e0e03db9a1e1f9a697099e599c1749c5 Mon Sep 17 00:00:00 2001 From: Javier Cuevas Date: Sun, 23 Oct 2016 13:12:37 +0200 Subject: [PATCH 2/2] Link to transforms and plugins documentation for Babel legacy docs (5.x) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e61e93103..58980ef11 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ After installing `react-rails`, restart your server. Now, `.js.jsx` files will b #### BabelTransformer options -You can use babel's [transformers and plugins](http://babeljs.io/docs/plugins/) +You can use babel's [transformers](http://henryzoo.com/babel.github.io/docs/advanced/transformers/) and [custom plugins](http://henryzoo.com/babel.github.io/docs/advanced/plugins/), and pass [options](http://babeljs.io/docs/usage/options/) to the babel transpiler adding following configurations: ```ruby