Skip to content

Commit

Permalink
add babel settings for transpilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dikarel committed Jan 3, 2017
1 parent c00d026 commit a3e07a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"sourceMaps": true,
"presets": [
"react"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
]
}

0 comments on commit a3e07a6

Please sign in to comment.