Custom Folder In Assets - Disable Cache Or Update CSS with Cache Filenames

Hi,

I’m trying to add a new folder to the assets folder that just gets copied to the dist folder. I have it copying across fine but it’s running all the cache busting stuff on the filenames but doesn’t seem to be updating the css file inside this folder with the new font names.

Is there an easy way to either disable the whole webpack setup for this specific folder apart from just copying it to the dist folder or enable it so that the correct font filenames are updated inside the .css file?

This particular folder isn’t using scss.

Thanks