svelte_sidebar icon indicating copy to clipboard operation
svelte_sidebar copied to clipboard

Setup: Add hashes to JS chunks for better cache invalidation

Open philipp-tailor opened this issue 5 years ago • 0 comments

Currently, all JS chunks have a static name. This requires repeating users of the playground on https://sidebar.schneiders.space to reload without cache to receive the updated page – not optimal.

Change it so that the filenames contain hashes.

philipp-tailor avatar Feb 09 '20 13:02 philipp-tailor