Daniel Roe

Results 534 issues of 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...

3.x
bug
vite
🔨 p3-minor-bug

### 🔗 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...

3.x
bug
vite
🔨 p3-minor-bug
inline styles

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...

enhancement
3.x
webpack
🍰 p2-nice-to-have
upstream-bug
performance
inline styles

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...

waiting for dependency
3.x

### 🔗 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...

3.x
dx
bug
pages
🔨 p3-minor-bug

### 🔗 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]...

3.x
bug
🔨 p3-minor-bug

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...

enhancement
🍰 p2-nice-to-have
4.x

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...

enhancement