(Nuxt 3.11) Chunk naming for CSS?
With 3.11, I am seeing the new
_nuxt/[hash].js
filename pattern for .js files, but is there a way to configure Nuxt/Vite to do the same for .css files? I still see _nuxt/[name].[hash].css
in production builds.0 Replies