From 9274b2a84998aeca7d8029aadee901d3fef406ea Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Mon, 2 Oct 2017 18:55:28 -0700 Subject: [PATCH] Add back babel preset for React plugins package This fixes the circular JSON error in https://github.com/facebookexperimental/Docusaurus/issues/89 Maybe its not the best workaround here, but I think it does the trick. Fixes #89 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fdb4b7168e..0cbb747ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "dependencies": { "babel-preset-env": "^1.6.0", + "babel-preset-react": "^6.24.1", "babel-register": "^6.24.1", "babel-traverse": "^6.25.0", "babylon": "^6.17.4",