Skip to content

Commit

Permalink
babelrc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olegakbarov committed Apr 7, 2017
1 parent 26de223 commit e6c49a4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .babelrc
@@ -1,4 +1,18 @@
{
"presets": ["es2015", "stage-0"],
"plugins": ["transform-decorators-legacy"]
"env": {
"test": {
"presets": ["es2015-node4"]
}
},
"sourceMaps": true,
"presets": [
"react",
"es2017",
"es2016",
"es2015"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread"
]
}

0 comments on commit e6c49a4

Please sign in to comment.