Jonas Thelemann
Jonas Thelemann
I'm not quite sure what "some additional hooks to generate support" and "until we can move to use nitro pack" mean specifically. Is something like https://github.com/nuxt-community/robots-module/pull/52 required or is there...
See https://github.com/nuxt-community/apollo-module/issues/413#issuecomment-1199892664 for a related announcement. I'd recommend to continue following this thread's discussion over there.
Guys and girls, I'll personally make sure to have you pinged once there is progress. You can refrain from asking once more with all available peace of mind, avoiding pings...
Here it is, the promised ping: I migrated the module to Apollo client v3 and updated all dependencies to their most recent versions. That migration was successful per se, but...
Here it is, the PR for Apollo module's Nuxt 3 support: https://github.com/nuxt-community/apollo-module/pull/430 🥳 go ahead and give feedback! :)
If noone said so, I guess not. I've created a shell script that uses `jq` to check `out.json` for changes as a workaround: https://github.com/maevsi/maevsi/blob/742dfd1e9906c1d590254f2423f9e3f07989f9c8/nuxt/.storybook/storycap/test.sh#L12-L51
@mugi-uno do you have an idea why that could be?
The issue is that in [stories-browser.ts#L73](https://github.com/reg-viz/storycap/blob/e8eebb4c80a04416f4def54e056a4a5cdc7acf55/packages/storycrawler/src/browser/stories-browser.ts#L73) `cacheAllCSFFiles` never returns in my project. Thus not populating `cachedCSFFiles` and timing out in the configuring-wait-loop.
I found no solution yet.
@Quramy any feedback on this?