Devendra Kumar Rane
Devendra Kumar Rane
There is a bug/issue in bundling done by Rollup, (hence Vite and hence Nuxt) because of which even if the **buildId** is not random, it still generates different hashes. You...
This works perfectly for me. ```js export default defineNuxtConfig({ appConfig: { nuxt: { buildId: '1', }, }, vite: { build: { rollupOptions: { output: { entryFileNames: '_nuxt/[name].js', }, }, },...
Is this closed? Any links to further discussions on this? I am breaking my head for the last 24 hours to figure out this. I shall try to explain the...