Ivo Todorov
Ivo Todorov
Is there a workaround for this?
@hi-ogawa I wonder if latest RR that supports framework mode can have example like this one too?
I just wanted to mention that I tried this one. Works compiled but not in dev when @clouldfware/vite-plugin is used. It doesn't say an error and just prints
Cloudflare Workers with "nodejs_compat" error: Dynamic require of "buffer/index.js" is not supported
I am getting the same thing and happens specifically if I am using cloudflare/vite-plugin.
Cloudflare Workers with "nodejs_compat" error: Dynamic require of "buffer/index.js" is not supported
> @josephbuchma @ivogt > > I downgraded the specific dependency causing the issue, `iron-webcrypto`, and it appears to be working fine with the vite plugin. > > > In my...