Skip to content

Instantly share code, notes, and snippets.

@TehShrike
Created February 2, 2016 03:37
Show Gist options
  • Select an option

  • Save TehShrike/90fa2d9018ab947e0dcb to your computer and use it in GitHub Desktop.

Select an option

Save TehShrike/90fa2d9018ab947e0dcb to your computer and use it in GitHub Desktop.
Browserify package.json babelify transform
{
"browserify": {
"transform": [
[
"babelify",
{
"presets": "es2015"
}
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment