VittorioAccomazzi

Results 4 comments of VittorioAccomazzi

I'm running in to the same problem here. I follow the steps outlines above by @ztolley and I also update the file `setupTests.ts` as suggested [here](https://create-react-app.dev/docs/running-tests/#srcsetuptestsjs) adding the line `import...

I ran in to this problem as well using the new Create React App, which now includes WebPack 5.0. The problem is that WebPack 5.0 doesn't uses `worker-loader` since it...

Same issue with react 18: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...

I need `localDependency` as well. It is currently [in the documentation](https://useworker.js.org/docs/api-useworker) and I was relying on it. Is there any workaround for this ? I'm using create react app, and...