diff --git a/.babelrc b/.babelrc index 288421e..6a00822 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { - "presets": ["es2015", "react"], - "plugins": ["transform-object-rest-spread", "transform-flow-strip-types"] + "presets": ["react"], + "plugins": ["transform-es2015-modules-commonjs", "transform-object-rest-spread", "transform-flow-strip-types"] } diff --git a/.flowconfig b/.flowconfig index 52ab208..b2c435d 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,3 +1 @@ -[ignore] -.*/node_modules/fbjs/* -.*/node_modules/react-motion/* \ No newline at end of file +[ignore] \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 555c15b..38dcd20 100644 --- a/dist/index.html +++ b/dist/index.html @@ -2,12 +2,10 @@
-