Daniel Roe
Daniel Roe
Currently we have a massive publish widget chunk that is loaded even for logged-out users. This PR lazy-loads certain components only after the site is interactive, which should improve TTI,...
### Related plugins - [x] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug When `useDefineForClassFields` is not explicitly set to `false`, decorators are not transformed at all within the...
we'd love to have the nuxt.com docs available in translations for users across the world although this has been a plan for some time, and was indeed the case in...
currently `nuxi` is a single executable that inlines all its dependencies. this is great. makes a difference in speed when initialising a new app. (it also opens the door to...
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/32027 ### 📚 Description this tracks what routes have been manually added, and re-adds them when we HMR the router
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/15440 ### 📚 Description this adds a new top-level `prerender` optioni, which is an alias for `nitro.prerender`, much as nuxt also has a top-level `runtimeConfig`...
https://github.com/nuxt/nuxt/issues/22572 https://github.com/nuxt/nuxt/issues/31989
### Environment windows mlly 1.7.3 ### Reproduction https://github.com/danielroe/windows-reproductions/pull/1 ### Describe the bug When called with an absolute path on Windows, `resolvePathSync` fails. Sample code: ```ts import { dirname, resolve }...