Leon L.
Leon L.
Sure, will try to set something up thats similiar! Might take some time, hopefully thats okay
https://github.com/Subwaytime/villus-gql-issue - I tried using `executeQuery` and `executeMutation` and it has the same result. In the `tada.ts` is the gql request and data is always a `Ref`. Note: The repo...
@chrisbmr Would be great if you could open a PR with your solution to make it work and how to replicate it. It probably needs more testing, but i would...
Might want to update the download link for battlenet again, as atm it doesnt get installed at all there seems to be an update on the battlenet error! more info...
Have you tried the newest release? [v0.10.0](https://github.com/Subwaytime/vite-aliases/releases/tag/v0.10.0) - That mightve fixed the issue with storybook 7!
Ok thanks for the update! It would be great if you could setup a reproduction and send over the cryptic errors that you discovered, that would help in debugging as...
I think the issue might be that `vite-aliases` is adding the aliases on dev/build of the vite server, while storybook seems to need them "hardcoded" in. :thinking: But i am...
Found a solution, so i will be working on this in the following weeks!
Essentially the best and easiest way right now is to let vite-aliases write into the vite.config file itself via an option. As in `writeToConfig` or something. 🤔 The other solution...
Workaround for now would be using the generated log file and manually extending your vite.config with it