mancala/.parcelrc

7 lines
139 B
Plaintext
Raw Normal View History

2022-07-15 14:19:43 +03:00
{
"extends": "@parcel/config-default",
"transformers": {
"jsx:*.svg": ["@parcel/transformer-svg-react"],
"jsx:*": ["..."]
}
}