Skip to content

Instantly share code, notes, and snippets.

@iamjohnlong
Created March 1, 2016 19:15
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 iamjohnlong/20617b44bbcf0afba167 to your computer and use it in GitHub Desktop.
Save iamjohnlong/20617b44bbcf0afba167 to your computer and use it in GitHub Desktop.
// set babel in entry file
require('babel-core/register')({ presets: ['es2015-node5', 'stage-3']})
require('./app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment