graphql-engine/frontend/libs/nx/storybook-addon-console-env/.babelrc
Nicolas Inchauspe c8acf12d4f console: apply new sidebar design
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7635
GitOrigin-RevId: 5f4b24d30d39a2cf2c8eb4a0d0ccc60161389303
2023-02-15 12:38:16 +00:00

25 lines
324 B
Plaintext

{
"presets": [
[
"@nrwl/react/babel",
{
"runtime": "automatic",
"useBuiltIns": "usage"
}
]
],
"env": {
"esm": {
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
]
}
},
"plugins": []
}