ucw

Results 6 comments of ucw

> Could you give me a sandbox example of the flash you're describing? 🙏 https://stackblitz.com/edit/github-nn6wp8?file=app%2Fspa-loading-template.html,app.vue

@BakoviDagi I made the module for myself as a temporary solution if it can help you https://gist.github.com/ucw/67f7291c64777fb24341e8eae72bcd24

It seems like this is related to how the new Nuxt CLI works, introduced in Nuxt 3.7. https://github.com/nuxt/cli/issues/101

You can try `@Lazy` annotation when injecting SchedulerClient into your service

For my project, I wrote a [rollup plugin](https://gist.github.com/ucw/6f351b8567fa0e7df8090a978cf0cbbc) based on babel plugin that replaces the source code of graphql queries with generated code. This way tree-shaking graphql.ts is completely eliminated....