mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
25 lines
324 B
Plaintext
25 lines
324 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@nrwl/react/babel",
|
||
|
{
|
||
|
"runtime": "automatic",
|
||
|
"useBuiltIns": "usage"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"env": {
|
||
|
"esm": {
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"modules": false
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"plugins": []
|
||
|
}
|