graphql-engine/community/tools/graphiql-online/.babelrc

4 lines
138 B
Plaintext
Raw Normal View History

{
"presets": ["stage-0", "env", "react"],
"plugins": ["transform-class-properties", "transform-react-remove-prop-types", "istanbul"]
}