homepage-frontend/.babelrc

7 lines
94 B
Plaintext
Raw Normal View History

2017-07-23 12:31:29 +00:00
{
2018-01-18 18:53:38 +00:00
"presets": ["latest", "stage-0", "flow"],
2017-07-23 12:31:29 +00:00
"plugins": [
2017-10-30 20:11:50 +00:00
"transform-react-jsx"
2017-07-23 12:31:29 +00:00
]
}