You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: