0.2.0 • Published 3 years ago

@mischnic/parcel-namer-preserve-structure v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

@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", "..."]
}