Jakub Schulz
Jakub Schulz
> I'm a beginner in typescript, I'm not sure if it's wrong, but it's working well in my project > > ```ts > // index.d.ts > import { Auth as...
> Can you be more specific about what code you’d like, that this config considers incorrect? Of course. I want to have all the imports sorted by default, except for...
> How come your pathGroups don't account for `~/**`, since those are all internal? > > Regardling newlines, you may also be interested in the `pathGroups.distinctGroup` option added in #2395,...
Unfortunately the project and package are reserved, but I don't see any reason to reproduce it. I just want to have all the components separate. In Vue 3, in the...
> @szulcus the reason is that without a reproduction case or regression tests, it can never be fixed - especially since I don't use Vue myself, so I'd have no...
> This sounds like a Vue issue rather than with Bridge. Would you provide a minimal reproduction? 🙏 Hmm, on Nuxt 2 it worked. I will try to create a...
Ready! :) [Nuxt Bridge SSR reproduction.zip](https://github.com/nuxt/bridge/files/9480060/Nuxt.Bridge.SSR.reproduction.zip) Preview package: ```console cd ./package yarn yarn serve ``` Build package: ```console cd ./package yarn yarn build yarn pack ``` Run `nuxt2` project: ```console...
@danielroe I would have another request. Could you take a look why I don't have types for the `hello1` and `hello2` plugins in `useNuxtApp()`? I have a similar problem with...
`v-model` will only work with Nuxt 3 (@nuxtjs/i18n v8)
@kazupon Sorry for the late response. I updated `@nuxtjs/i18n` to `^8.0.0-alpha.4` and `nuxt` to `3.0.0-rc.11` (rc11 surprisingly it doesn't crash), but the paths are still generated the same 😕: ...