I want to use a function that I import from another file but that gives my webpack errors during runtime: Uncaught ReferenceError: _helpers_harmonic__WEBPACK_IMPORTED_MODULE_12__ is not defined.
Is there a way to do this? My workaround is now to copy the function into the web worker target function. Obviously not very DRY...
I want to use a function that I import from another file but that gives my webpack errors during runtime:
Uncaught ReferenceError: _helpers_harmonic__WEBPACK_IMPORTED_MODULE_12__ is not defined.Is there a way to do this? My workaround is now to copy the function into the web worker target function. Obviously not very DRY...