Eric Uldall

Results 46 comments of Eric Uldall

+1 Webpack 5 also not playing nice on my builds. I've tried numerous fixes, polyfill libraries, installing fallbacks... Nothing seems to work and I would love to continue using the...

Another note, I tried moving to viteBundler, that was full of errors, though I'd love to move over to that once I have some more time to troubleshoot that.

@denolfe does your fix only address issues with pnpm? I just use npm.

@denolfe well that's good to know, but I can't even get the vite bundler to work on a blank install :-/

> @ericuldall Sounds like it warrants a separate issue. Yes, I'll tackle that in the main repo when the time comes. For now i'm trying to move fast and just...

> I found a a workaround. > > ``` > webpack: (config) => { > config.resolve.fallback.fs = false; > > return config; > }, > ``` > > If I...

I think I'm being plagued by the same issue: https://github.com/feathersjs/feathers/issues/3465 Been digging a bit and I have a feathers v4 app that uses the same strategy and it works fine...

Tried the following: ``` npm run build ``` Then in my project i'm testing for: ``` npm run link ~/Path/to/repo ``` I had to add it to vite rollup external...

ah okay, I'll give that a try