Skip to content

Instantly share code, notes, and snippets.

@daiki44
Created September 11, 2018 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiki44/c762fa527b71d27d14d4620f5857347e to your computer and use it in GitHub Desktop.
Save daiki44/c762fa527b71d27d14d4620f5857347e to your computer and use it in GitHub Desktop.
【Node.js】babel を使って ECMAScript 2015 (ES6) へ対応する ref: https://daiki-sekiguchi.com/2018/09/11/nodejs-how-to-use-es6/
{
"presets": [
[
"env", {
"targets": {
"node": "current"
}
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment