electron-tabs/.parcelrc

9 lines
136 B
Text
Raw Normal View History

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