homepage-frontend/.babelrc

8 lines
132 B
Plaintext
Raw Normal View History

2017-07-23 12:31:29 +00:00
{
"presets": ["es2016", "stage-0"],
"plugins": [
"babel-plugin-transform-flow-strip-types",
"babel-plugin-inferno"
]
}