Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created March 6, 2016 01:14
Show Gist options
  • Select an option

  • Save ro31337/3deb0f226f2a1ac542d3 to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/3deb0f226f2a1ac542d3 to your computer and use it in GitHub Desktop.
var babelifyConfig = babelify.configure({presets: ['es2015', 'react']});
return browserify({
entries: 'src/app.jsx',
extensions: ['.jsx']
})
.transform(babelifyConfig) // the same as -t command line parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment