Daniel Roe
Daniel Roe
This is a DX improvement when developing - we can avoid loading the entire barrel file at `#app` by using the new granular imports merged in https://github.com/nuxt/nuxt/pull/23951.
### 🔗 Linked issue - [x] resolves https://github.com/nuxt/nuxt/issues/25420 - [x] resolves https://github.com/nuxt/nuxt/issues/25451 - [x] resolves https://github.com/nuxt/nuxt/issues/22507 - [x] resolves https://github.com/nuxt/nuxt/issues/24480 - [x] resolves https://github.com/nuxt/nuxt/issues/25330 closes https://github.com/nuxt/nuxt/pull/25394 ### ❓ Type of...
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/24480 resolves https://github.com/nuxt/nuxt/issues/25330 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug...
We now have support for inlining global + components styles in Nuxt with the vite builder, and it is important to ensure this is also implemented for webpack. Context: https://github.com/nuxt/nuxt.js/issues/14653...
Currently we [deliberately add `nuxt` as a devDependency](https://github.com/nuxt/starter/blob/v3/package.json#L11-L15). This is because nuxt is a build tool and was originally meant to add clarity that nuxt is not needed in the...
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/24112 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a...
### 🔗 Linked issue resolves https://github.com/nuxt/nuxt/issues/24742 resolves https://github.com/nuxt/nuxt/issues/24609 resolves https://github.com/nuxt/nuxt/issues/23539 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x]...
This is a 'canary' pull request. It aims to ensure that the ecosystem is ready for a shift in the default Nuxt TypeScript module resolution from 'Legacy' to 'Bundler': https://github.com/nuxt/nuxt/pull/24837....
For Nuxt v4 release, we will need a way to migrate projects to new patterns where there are breaking changes. This might be (or integrate with) a `nuxi` command. Worth...
When running create-nuxt-app, I think we should default to a new Nuxt 3 project (without removing support for Nuxt 2). Here's my suggested flow: * new first questions - `would...