@fet.web/parcel-namer-simple-structure
v1.0.1
Published
Plugin tries to retain the existing folder structure of your source files.
Downloads
15
Maintainers
Readme
PLugin tries to retain the existing folder structure of your source files.
Usage:
Add a .parcelrc into your root directory (next to package.json):
{
"extends": "@parcel/config-default",
"namers": ["@fet.web/parcel-namer-simple-structure", "..."]
}