Skip to content

Instantly share code, notes, and snippets.

@reggi
Created August 29, 2017 16:29
Show Gist options
  • Select an option

  • Save reggi/3691dd032a88090e97290b4015523fc1 to your computer and use it in GitHub Desktop.

Select an option

Save reggi/3691dd032a88090e97290b4015523fc1 to your computer and use it in GitHub Desktop.
npm install --save-dev babel-cli babel-preset-env babel-plugin-transform-runtime
{
  "presets": ["env"],
  "plugins": ["transform-runtime"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment