graphql-engine/frontend/libs/nx/storybook-addon-console-env/.babelrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
324 B
Plaintext
Raw Normal View History

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