Skip to content

Commit

Permalink
added .babelrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyrandall committed Feb 5, 2019
1 parent e959fc9 commit b728e54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"sourceMaps": true,
"presets": [
["es2015", { "loose":true }],
"stage-0"
],
"plugins": [
["transform-decorators-legacy"],
["transform-react-jsx", { "pragma": "h" }]
]
}

0 comments on commit b728e54

Please sign in to comment.