blakerutledge / parcel-namer-preserve-structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%