Skip to content

Instantly share code, notes, and snippets.

@moimikey
Last active January 24, 2016 02:00
Show Gist options
  • Save moimikey/9825a3dbdb79d6982e23 to your computer and use it in GitHub Desktop.
Save moimikey/9825a3dbdb79d6982e23 to your computer and use it in GitHub Desktop.
babel notes of wisdom
lib notes
babel-cli basically what you need always
babel-register this is only for dev or local use and not production or browser
babel-core only necessary if using babel programatically
babel-polyfill shims inconsistent browser functions like Array.from, etc.
babel-runtime only helps at a code level by optimizing babel helpers into a single runtime

use presets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment