electron-tabs/.parcelrc

9 lines
136 B
Text
Raw Normal View History

2022-05-23 18:46:45 +02:00
{
"extends": "@parcel/config-default",
"transformers": {
"*.inline.css": [
"parcel-transformer-css-to-string"
]
}
}