Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sylvaincombes/b1ec32db10aa38b804c9 to your computer and use it in GitHub Desktop.
Save sylvaincombes/b1ec32db10aa38b804c9 to your computer and use it in GitHub Desktop.
Command line to compile javascript with a browserify + babelify + babelify-presets-2015 combo
browserify ${SOURCES_JS} --debug --outfile ${DESTINATION_JS} -t [ babelify --presets [ es2015] ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment