Skip to content

Instantly share code, notes, and snippets.

@unk
Created November 29, 2018 09:01
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 unk/a6732cb18b1349184fdb739e72171992 to your computer and use it in GitHub Desktop.
Save unk/a6732cb18b1349184fdb739e72171992 to your computer and use it in GitHub Desktop.
{
"presets": [ "@babel/react" ],
"plugins": [
["@babel/plugin-proposal-decorators", {"legacy": true}],
["@babel/plugin-proposal-class-properties", {"loose": true}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment