snort/.babelrc

11 lines
107 B
Plaintext
Raw Normal View History

2023-02-08 05:56:00 +00:00
{
"plugins": [
[
"react-intl-auto",
{
"removePrefix": "src/"
}
]
]
}