@blakerutledge/parcel-namer-preserve-structure
v0.2.3
Published
Tries to retain the existing folder structure of your source files.
Downloads
10
Readme
@mischnic/parcel-namer-preserve-structure
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": ["@mischnic/parcel-namer-preserve-structure", "..."]
}