Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Last active April 7, 2020 00: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 matthewstokeley/48172f42eb6dcd8086ac7afbd46c5ae4 to your computer and use it in GitHub Desktop.
Save matthewstokeley/48172f42eb6dcd8086ac7afbd46c5ae4 to your computer and use it in GitHub Desktop.
Modern Javascript UI Component Babel Config
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": ["babel-plugin-styled-components"],
"ignore": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment