mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@nrwl/react/babel",
|
||
|
{
|
||
|
"runtime": "automatic",
|
||
|
"useBuiltIns": "usage"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": []
|
||
|
}
|