Cache issue on Netlify?

After hunting through the Support Guides I just came across [Support Guide] Why do I see “Uncaught SyntaxError: Unexpected token <” errors? How can I use chunking or versioning for my assets at Netlify?

Just to clarify, should we be disabling filenamehashing in vue-cli to rectify this issue @fool? Configuration Reference | Vue CLI

We do code-split and import some components dynamically though. It’s not clear based on that article if we should be doing this or trying to implement some sort of service worker?

Thanks