vue-worker
vue-worker copied to clipboard
imported lodash functions not working in the worker function
When I run a function which uses imported lodash functions, I get an error:
Uncaught ReferenceError: __WEBPACK_IMPORTED_MODULE_10_lodash___default is not defined
Is there a workaround for this, or imported modules cannot be used in the function that are sent to the worker?
Same question here
So do I. any update from this ?
Essentially the same question, trying to use imported module with webpack
Doesn't look like the author answers questions. Perhaps this is abandonware?
same question!
Any news?
inside worker use importScripts
instead of import