Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Add more Babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jun 19, 2018
1 parent f4716ea commit dd85cfe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mobile/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"presets": ["babel-preset-expo"]
"presets": ["babel-preset-expo"],
"plugins": [
"styled-components",
"transform-flow-strip-types",
"babel-plugin-inline-import-graphql-ast"
]
}

0 comments on commit dd85cfe

Please sign in to comment.