1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 23:56:22 -07:00
gochan/frontend/.parcelrc
2022-03-24 16:05:50 -07:00

9 lines
No EOL
171 B
Text

{
// this is here since parcel and babel don't seem to get along
"extends": "@parcel/config-default",
"transformers": {
"*.js": [
"@parcel/transformer-js"
]
}
}