Skip to content

Commit

Permalink
fix(.babelrc): enable modules
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 21, 2017
1 parent e35feb8 commit b0b116a
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[
"env",
{
"modules": false,
"useBuiltIns": true,
"targets": {
"node": 4.3
Expand All @@ -15,6 +14,14 @@
}
]
],
"plugins": [
[
"transform-object-rest-spread",
{
"useBuiltIns": true
}
]
],
"env": {
"test": {
"presets": [
Expand All @@ -24,13 +31,5 @@
"transform-object-rest-spread"
]
}
},
"plugins": [
[
"transform-object-rest-spread",
{
"useBuiltIns": true
}
]
]
}
}
}

0 comments on commit b0b116a

Please sign in to comment.