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 experience the same issue.
additionally if i try to run the expose method in the worker script without importing it in the main thread, i get this error:
node:internal/event_target:1010
process.nextTick(() => { throw err; });
Error: expose() called in the master thread.
I experience the same issue with cjs if i put "type": "module" in my package.json
it is impossible for me to remove "type": "module" from my package.json because a plugin in my build chain relies on it so i am at the moment unable to use this package.
The text was updated successfully, but these errors were encountered: