what i am trying to achieve is to import an npm module inside my React Web Worker using require('package-name')
.
But it gives me the following error Uncaught (in promise) ReferenceError: require is not defined
How can i use a module inside a worker, is there a native way or some way to bypass it?