UNPKG

@fet.web/parcel-namer-simple-structure

Version:

Plugin tries to retain the existing folder structure of your source files.

13 lines (9 loc) 284 B
PLugin tries to retain the existing folder structure of your source files. ## Usage: Add a `.parcelrc` into your root directory (next to `package.json`): ```json { "extends": "@parcel/config-default", "namers": ["@fet.web/parcel-namer-simple-structure", "..."] } ```