Skip to content

Commit

Permalink
fix(babelrc): add babelrc for transpiling the tests
Browse files Browse the repository at this point in the history
babelrc is not used for the source code (the babel config for this comes from packages.json)
  • Loading branch information
LeonardoGentile committed May 9, 2017
1 parent f45d4c3 commit d44f3ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// This file is used for transpiling the tests, not the source code
"presets": [
"react",
"stage-0",
[
"es2015"
]
],
"plugins": [
"transform-decorators-legacy",
"transform-runtime"
]
}

0 comments on commit d44f3ec

Please sign in to comment.