josdejong / workerpool

Offload tasks to a pool of workers on node.js and in the browser
Apache License 2.0
2.04k stars 148 forks source link

Example vite and webpack5 #408

Closed KonghaYao closed 10 months ago

KonghaYao commented 10 months ago

After updating to version 7.0.0, I created a simple example for both dev and production modes using Vite and Webpack 5. The example includes some adaptation code for Vite and Webpack, which I believe will be helpful for those who are not very familiar with web workers.

josdejong commented 10 months ago

Merged now, thanks again!

KonghaYao commented 10 months ago

You're welcome. Workerpool has been very helpful in my project, and I also want to help it get better and better.

josdejong commented 10 months ago

Thanks, appreciated!