ParcelJS v2 plugin for ows
npm install parcel-namer-owsparcel-namer-owsTries to retain the existing folder structure of your source files.
Add a .parcelrc into your root directory (next to package.json):
``json``
{
"extends": "@parcel/config-default",
"namers": ["parcel-namer-ows", "..."]
}