diff --git a/.babelrc b/.babelrc index bd5cf1c7..299dbf59 100644 --- a/.babelrc +++ b/.babelrc @@ -7,7 +7,9 @@ } }, "plugins": [ - "transform-flow-comments" + "lodash", + "transform-flow-comments", + "transform-runtime" ], "presets": [ "es2015", diff --git a/package.json b/package.json index 11c47158..c5e82a96 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,9 @@ "babel-cli": "^6.5.1", "babel-core": "^6.5.2", "babel-eslint": "^6.0.4", + "babel-plugin-lodash": "^3.1.4", "babel-plugin-transform-flow-comments": "^6.5.0", + "babel-plugin-transform-runtime": "^6.9.0", "babel-plugin-typecheck": "^3.6.1", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0",