Skip to content

Instantly share code, notes, and snippets.

@danscan
Last active November 18, 2015 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danscan/4d64a04368e4a52b91a0 to your computer and use it in GitHub Desktop.
Save danscan/4d64a04368e4a52b91a0 to your computer and use it in GitHub Desktop.
react-native-charts example .babelrc
{
"retainLines": true,
"compact": true,
"comments": false,
"stage": 1,
"whitelist": [
"es6.arrowFunctions",
"es6.blockScoping",
"es6.classes",
"es6.destructuring",
"es6.properties.computed",
"es6.properties.shorthand",
"es6.spread",
"es6.modules",
"es6.templateLiterals",
"es7.trailingFunctionCommas",
"es7.objectRestSpread",
"es7.asyncFunctions",
"es7.classProperties",
"regenerator",
"flow",
"react",
"react.displayName"
],
"sourceMaps": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment