Parcel: production build cache busting

Created on 22 Mar 2018  路  4Comments  路  Source: parcel-bundler/parcel

Hi,
if I run parcel build src/index.html --public-url ./

I'm always getting the same file names in dist directory. I tried to change contents of js files, but result are the same - the size is only one difference

dist/699927c3d5ddeecb2067ad44a0c37e2f.js

parcel: v1.6.2

Most helpful comment

Ha, beat you @DeMoorJasper!

All 4 comments

Support for content hashed paths were added in #1025 and will go out in the next release.

Fixed by #1025

Ha, beat you @DeMoorJasper!

:D Thank you for the cool project. :waxing_crescent_moon:

Was this page helpful?
0 / 5 - 0 ratings