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

Fix examples/embeddedWorker #414

Closed tamuratak closed 8 months ago

tamuratak commented 8 months ago

Fix examples/embeddedWorker. The current one doesn't work with webpack 5.

josdejong commented 8 months ago

Thanks Takashi! Too bad there is more config needed now to make this work with Webpack.