parcel-namer-keep-original
v1.0.0
Published
Keep original filenames when building with parcel
Downloads
40
Readme
parcel-namer-keep-original
All your filenames stay the same they were in source folder. File extension should change appropriately (ts -> js etc.)
Install
- Install using package manager of choice:
npm install parcel-namer-keep-original --save-dev
yarn add parcel-namer-keep-original -D
- Update your
.parcelrc
with the following
"namers": ["parcel-namer-keep-original"],