Skip to content

Commit

Permalink
Only build for Node during testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 committed Jan 25, 2018
1 parent 4a3419e commit cd3e623
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
["env", {
"modules": false,
"targets": {
"node": "6",
"browsers": [
"last 2 Chrome versions",
"last 2 Opera versions",
Expand Down Expand Up @@ -58,7 +57,13 @@
],
"env": {
"test": {
"plugins": ["transform-es2015-modules-commonjs"]
"presets": [
["env", {
"targets": {
"node": "6"
}
}]
]
}
}
}

0 comments on commit cd3e623

Please sign in to comment.