vega-frontend-monorepo/apps/explorer/.babelrc
2022-02-23 08:53:57 +00:00

12 lines
126 B
Plaintext

{
"presets": [
[
"@nrwl/react/babel",
{
"runtime": "automatic"
}
]
],
"plugins": []
}