nx/nx-dev/ui-common/.babelrc
2023-01-19 13:01:19 -05:00

13 lines
158 B
Plaintext

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