homepage-frontend/.babelrc

8 lines
132 B
Plaintext

{
"presets": ["es2015", "stage-0"],
"plugins": [
"babel-plugin-transform-flow-strip-types",
"babel-plugin-inferno"
]
}