sapper-with-postcss-and-tailwind
sapper-with-postcss-and-tailwind copied to clipboard
How to generate hashed global.css name
My problem is that inside Html Head and static folder after each build global.css file name is unchanged. How to always generate a different filename in production in order to invalidate cache?
Thank you