nx/nx-dev/ui-commands/.babelrc
2021-11-12 11:59:45 -05:00

13 lines
158 B
Plaintext

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