Plugin tries to retain the existing folder structure of your source files.
npm install @fet.web/parcel-namer-simple-structure
PLugin tries to retain the existing folder structure of your source files.
.parcelrc into your root directory (next to package.json):
json
{
"extends": "@parcel/config-default",
"namers": ["@fet.web/parcel-namer-simple-structure", "..."]
}
``