Pooya Parsa
Pooya Parsa
Please see https://github.com/nuxt-community/gtm-module/issues/82
### ๐ Linked issue ### โ Type of change - [ ] ๐ Documentation (updates to the documentation or readme) - [x] ๐ Bug fix (a non-breaking change that fixes...
### ๐ Linked issue #6411 ### โ Type of change - [ ] ๐ Documentation (updates to the documentation or readme) - [ ] ๐ Bug fix (a non-breaking change...
In Nuxt 2, we introduced a major enhancement to static generation referred to as [Full Static Generation](https://nuxtjs.org/announcements/going-full-static/) inspired by [DreaMinder/nuxt-payload-extractor](https://github.com/DreaMinder/nuxt-payload-extractor). You can read more about the history of initial decisions...
### ๐ Linked issue Closes #5918 ### โ Type of change - [ ] ๐ Documentation (updates to the documentation or readme) - [ ] ๐ Bug fix (a non-breaking...
Context: #4561 > vitejs/vite#8641 > #5506 > #5506 > #6412 > #6423 > #6433 Enabling dynamic chunks for vite server output, allows lazy loading page chunks in production and reducing...
Similar to #6025, this makes directory scanning simpler and more consistent between dirs. Plugins nested in dirs can be manually added with `plugins: []` in `nuxt.config` or a reexport to...
Sometimes it is useful to test changes in nuxt monorepo against an external project and it is a tricky task as symlinking is not only buggy but does not produce...
### Environment - Operating System: `Linux` - Node Version: `v16.15.0` - Nuxt Version: `3.0.0-rc.6-27651720.5dc864d` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `experimental` - Runtime Modules: `-` -...
We need to resolve windows regression (https://github.com/nuxt/framework/pull/6241#issuecomment-1200846243). /cc @antfu Can you please check?