AFFiNE/apps/venus/.babelrc
2022-08-03 00:52:08 +08:00

12 lines
166 B
Plaintext

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