Anatol Sommer
Anatol Sommer
I had a very similar problem and came up with this hacky solution: ```js import { defineConfig } from 'vite' import { createHash } from 'crypto' import vue from '@vitejs/plugin-vue'...
@ijandc + @volkandkaya As it seems the new Rollup version that Vite 4 uses, solved the problem and now the `entryFileNames: 'assets/[name].js'` part alone (without chunkFileNames and the extra hashing)...
Since I got 8 downvotes: Seems like I don't get the problem (which is weird since people seemed to like my solution for Vite 2), it works perfectly fine for...