This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Description
Documentation Is:
Please Explain in Detail...
I'm not sure but I think this loader is not compatible with Node.js Worker threads.
I'm using Webpack to pack an AWS Lambda bundle that runs on Node.js and I came across this project.. And it looks like this project only handles Web Workers on the browser.
Your Proposal for Changes
Add a note specifying that this projects only works for Web Workers and is not compatible with Node.js Worker threads. And possibly add a link to a recommended project that handles Node.js Worker threads.