Marvin

Results 27 comments of Marvin

Seems still not fixed yet. Using pnpm here.

@frandiox I just checked the issue again and it only happens when new dependencies were found. If I run `vite-ssr` it always finds new dependencies, even if vite has already...

> @MarvinRudolph We are still not following strict semver. Specifically, sometimes I changed minor things related to experimental features that can be breaking changes, and it's released as a minor...

I'm not sure if I'm missing something but how would I handle route guards that need to be async and wait for a promise to resolve first? In my case...

@rturnq thanks for the detailed idea, I really like it and would love to have it implemented here! Could you please show how the protected route component would call an...

@onefriendaday Please have a look into it. Tested it with the current nuxt version and it worked fine. :) Thank you!

> Currently Nuxt still uses Corejs 2.x. To avoid conflicts I would use storybloks-js-client V1 as V2 is installing Corejs 3.x. Whoops I will try to fix it soon. :)...

@onefriendaday Downgraded `storyblok-js-client` to `1.0.34` and added a separate branch with `2.0.2` named `core-js@3` for future. :)

@onefriendaday Did some more work into it and updated the structure, TypeScript support, README and package.json. Would be nice if you can have a look into it. :)