graphql-engine/console/.babelrc

4 lines
138 B
Plaintext
Raw Normal View History

2018-06-28 07:57:37 +03:00
{
"presets": ["stage-0", "env", "react"],
"plugins": ["transform-class-properties", "transform-react-remove-prop-types", "istanbul"]
}