Daniel Roe
Daniel Roe
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/27031 ### 📚 Description This enables `sharedPrerenderData` by default for v4. It also removes configurability of `treeshakeClientOnly`, `configSchema`, `polyfillVueUseHead` and `respectNoSSRHeader`.
### 📚 Description Opening for further investigation, follow-up on https://github.com/nuxt/nuxt/pull/27132.
This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...
This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...
This is a very early PR to make this module compatible with [changes we expect to release in Nuxt v5](https://github.com/nuxt/nuxt/issues/25323). In [Nuxt v3.7.0](https://github.com/nuxt/nuxt/releases/tag/v3.7.0) we added support for `import.meta.*` (see [original...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking change...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...
### Describe the bug Adding a space in a public asset file name causes a build (but not development) failure. Originally reported at https://github.com/nuxt/nuxt.js/issues/13494. ### Reproduction https://stackblitz.com/edit/vitejs-vite-o8aged ### System Info...
This is a PR to test using the new `onPrehydrate` hook. See https://github.com/nuxt/nuxt/pull/27037.