Nathan Chase

Results 30 issues of Nathan Chase

I am noticing that the module will assign a precache of our app's `/login` page, because the homepage `'/'` is behind an authorization wall (using [auth-module](https://github.com/nuxt-community/auth-module)). So what happens is...

**Please describe what the rule should do:** The rule would disallow the use of fat arrow functions `data: () => {}` inside components. Any component's options that are functions (e.g....

I'm attempting to use this by importing the files like so: ``` import "kissui.scrollanim/scrollanim"; import "kissui.scrollanim/scrollanim.css"; ``` but it is unable to find `kissuiPosition` as a module. I'm using Webpack...

I really like [the approach ImageKit uses](https://docs.imagekit.io/features/dynamic-seo-suffix) to rewrite the URL to an image using some friendly title for SEO purposes: [https://docs.imagekit.io/features/dynamic-seo-suffix](https://docs.imagekit.io/features/dynamic-seo-suffix) It would be great to be able to...

I'm now seeing this warning appear using v1.4.0. In my devDependencies: `"@nuxtjs/dayjs": "^1.4.0"` in my nuxt.config.js: `@nuxtjs/dayjs` > The command 'nuxt build' finished but did not exit after 5s >...

### Clear and concise description of the problem Would like to see a preset for [Astro](https://astro.build/) auto-importing. ### Suggested solution Create a preset for [Astro](https://docs.astro.build/en/reference/api-reference/#built-in-components), and possibly auto-imports for components...

enhancement

### 🔗 Linked issue #9188 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### Describe the feature After [a discussion on postcss configuration](https://github.com/nuxt/framework/pull/9181#issuecomment-1320889612), it became clear the docs could be improved to help clarify how common external packages/modules/scripts are configured with Nuxt 3,...

pending triage

### Describe the feature I saw that Astro 2.0's error messages were quite lovely, and thought I'd share and pose the question of whether we could make similar enhancements to...

enhancement
discussion
3.x
dx
🍰 p2-nice-to-have

### Describe the feature I'd like to see a `from` property available on the Nuxt route object provided at: https://github.com/nuxt/framework/blob/3839dba06a3680936e90619dfdb27580230a6f69/packages/nuxt/src/app/plugins/router.ts#L9 ``` interface Route { /** Percentage encoded pathname section of...

enhancement
discussion
3.x
workaround available
upstream