rsnext/examples/with-apollo/.babelrc

10 lines
92 B
Text

{
"presets": [
"next/babel"
],
"plugins": [
[
"graphql-tag"
]
]
}