Skip to content

Instantly share code, notes, and snippets.

@JoaoCnh
Created July 4, 2017 22:14
Show Gist options
  • Save JoaoCnh/3cd8599f96e3bcbf81862377ba24844f to your computer and use it in GitHub Desktop.
Save JoaoCnh/3cd8599f96e3bcbf81862377ba24844f to your computer and use it in GitHub Desktop.
music-react-demo - .babelrc
{
"plugins": [
"transform-class-properties",
"syntax-decorators",
"transform-decorators-legacy"
],
"presets": [
["es2015", { "modules": false }],
"react",
"stage-0"
],
"env": {
"development": {
"presets": [
"react-hmre"
],
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment