homepage-frontend/.babelrc

8 lines
132 B
Plaintext
Raw Normal View History

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