Skip to content

Commit

Permalink
Merge pull request #7 from openameba/feature/babel6
Browse files Browse the repository at this point in the history
Downgrade babel to 6 for IE <= 10
  • Loading branch information
kouhin authored May 24, 2018
2 parents 1cfac4e + c0871bd commit 01fc117
Show file tree
Hide file tree
Showing 4 changed files with 1,177 additions and 1,922 deletions.
30 changes: 30 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"presets": [
[
"env",
{
"modules": false,
"loose": true
}
],
"react"
],
"plugins": [
"transform-object-rest-spread",
"transform-class-properties"
],
"env": {
"test": {
"presets": [
[
"env",
{
"modules": "commonjs",
"loose": true
}
],
"react"
]
}
}
}
24 changes: 0 additions & 24 deletions .babelrc.js

This file was deleted.

Loading

0 comments on commit 01fc117

Please sign in to comment.