react-apollo-graphql
Version:
Get rid of decorators and use Apollo GraphQL queries and mutations in the simple and readable way.
32 lines (31 loc) • 582 B
Plain Text
{
"presets": [
"react"
],
"plugins": [
"transform-runtime",
"transform-class-properties",
["transform-object-rest-spread", { "useBuiltIns": true }]
],
"env": {
"production": {
"presets": [
["env", { "loose": true }],
],
"plugins": [
"add-module-exports",
"flow-react-proptypes",
"transform-flow-strip-types",
"transform-class-properties"
]
},
"test": {
"presets": [
["env", {
"targets": { "node": "current" }
}],
"jest"
]
}
}
}