How to enable chunks for development on Nuxt?
When I use dev-mode with HMR and I open any page of my project every file in the project has separated request in Network Inspector – from several hundreds to several thousands files downloaded separately: vue-components, ts-files, js-files, css-files – all.
How to enable chunks for development on Nuxt (vite + rollup)?
When I use dev-mode with HMR and I open any page of my project every file in the project has separated request in Network Inspector – from several hundreds to several thousands files downloaded separately: vue-components, ts-files, js-files, css-files – all.