Skip to content

Instantly share code, notes, and snippets.

@Bastiani
Created June 22, 2017 13:51
Show Gist options
  • Save Bastiani/00ce94e5e9eb84f668663185e75cd881 to your computer and use it in GitHub Desktop.
Save Bastiani/00ce94e5e9eb84f668663185e75cd881 to your computer and use it in GitHub Desktop.
config npm package

npm i --save-dev babel-preset-es2015 babel-preset-stage-1 babel-preset-react babel-cli

no package.json adicionar o seguinte:

"scripts": {
    "prepublishOnly": "babel --presets es2015,stage-1,react src -d lib"
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment