Open softwarecurator opened 3 years ago
Hi @josephriosIO.
Based on your sample code you are instantiating new Worker(…)
without having imported the threads.js Worker import { Worker } from "threads"
. The webpack plugin will only handle worker instantiations of threads.js' Workers.
Hope that helps.
getting the warning
my webpack
How im calling threads
and my worker
The issue is it it seems like it's not searching or compiling and searching correctly since this is the error