vega-frontend-monorepo/apps/explorer/.babelrc

12 lines
126 B
Plaintext
Raw Normal View History

2022-02-15 14:12:27 +00:00
{
"presets": [
[
"@nrwl/react/babel",
{
"runtime": "automatic"
}
]
],
"plugins": []
}