1.0.0 • Published 5 months ago

parcel-namer-keep-original v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

parcel-namer-keep-original

All your filenames stay the same they were in source folder. File extension should change appropriately (ts -> js etc.)

Install

  1. Install using package manager of choice:
npm install parcel-namer-keep-original --save-dev
yarn add parcel-namer-keep-original -D
  1. Update your .parcelrc with the following
"namers": ["parcel-namer-keep-original"],
1.0.0

5 months ago