parcel-namer-ws
v0.1.6
Published
ParcelJS v2 plugin for ows
Downloads
4
Readme
parcel-namer-ows
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": ["parcel-namer-ows", "..."]
}