Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Babel env will now pull plugins based on current node version. nvmrc …
Browse files Browse the repository at this point in the history
…added to streamline getting the node version I use.
  • Loading branch information
w3irdrobot committed Jun 18, 2017
1 parent cc0f7bd commit e61e9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v8.1.2
3 changes: 1 addition & 2 deletions src/server/.babelrc
Expand Up @@ -2,13 +2,12 @@
"presets": [
["env", {
"targets": {
"node": "6.10"
"node": "current"
}
}]
],
"plugins": [
"transform-runtime",
"transform-es2015-modules-commonjs",
"transform-object-rest-spread"
]
}

0 comments on commit e61e9c0

Please sign in to comment.