Jakub Zomerfeld

Results 29 comments of Jakub Zomerfeld

Same in https://github.com/ollama/ollama/issues/941#issuecomment-3359834674

After update to latest `nuxt-sanity` and `nuxt4` I've started seeing another issue in browser console ```js Uncaught (in promise) SyntaxError: The requested module '/_nuxt/@fs/Users/admin/dev/clients/project-xxxx/node_modules/.pnpm/ [email protected][email protected]/node_modules/react-compiler-runtime/dist/index.js?v=73b78302' does not provide an export...

thanks @MichaelPrecel, tried that and indeed it did helped with the specific error. Even smaller deps tree and optimize list as ```ts // nuxt.config optimizeDeps: { include: ['react-compiler-runtime', 'react', 'react-dom']...

Great, looking forward, suggestions seems fine

@danielbayley I have picked up this challange, spent long time on it! but seems like good candidate. https://github.com/antfu-collective/taze/pull/213 Need more testing :)

that's nice @mkalpha thanks ! tried it right away and **works**!

@bisfrim tried to cleanup whole workspace and node_modules with reinstall?