homepage-frontend/.babelrc
Arwed Mett ab54675c82
Some checks failed
continuous-integration/drone/push Build is failing
Cleaned code
- switched from styled-components to less
- included all images in project and removed the github reference
- nicer loading button -> use circle notch now
2019-02-23 23:48:16 +01:00

8 lines
95 B
Plaintext

{
"presets": [
"@babel/preset-env",
"@babel/preset-flow",
"@babel/preset-react"
]
}