Skip to content

Commit

Permalink
chore: add preset-react to babel config (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Nov 13, 2018
1 parent 492345b commit 6f02952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"modules": false,
"useBuiltIns": false
}
]
],
"@babel/preset-react"
],
"plugins": [
["styled-components", { "displayName": true }],
Expand Down

0 comments on commit 6f02952

Please sign in to comment.