homepage-frontend/.babelrc

8 lines
131 B
Plaintext
Raw Normal View History

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