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
This commit is contained in:
Joel Marcey 2017-10-02 18:55:28 -07:00
parent 0d88c7d430
commit 9274b2a849

View file

@ -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",