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

12 lines
124 B
Plaintext
Raw Normal View History

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