parcel-namer-sorter
v0.1.8
Published
Parcel-plugin for sort files in build/dist. Remove hashes from filenames.
Downloads
43
Readme
parcer-namer-sorter
Parcel plugin for file-reconstructing and remove hash in build directory. Hashes will stay in dist for optimization reasons.
Created for vanilla HTML/CSS bundles. You can see usage example in this template.
Important! Don`t forget hit the star https://github.com/jsqrt/parcel-namer-sorter
Usage
Your sources must be in src
directory.
Declare plugin in your .parcelrc
:
"namers": [
"parcel-namer-sorter",
"..."
]