Skip to content

Commit

Permalink
feat(.babelrc): add transform-runtime and lodash to plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed May 30, 2016
1 parent 5e37d3c commit 5db33f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
}
},
"plugins": [
"transform-flow-comments"
"lodash",
"transform-flow-comments",
"transform-runtime"
],
"presets": [
"es2015",
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5db33f9

Please sign in to comment.