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 am facing the same problem because I am using import inside my worker.ts. I am importing a ts module that have the export keyword. I believe the file loader need to define that keyword somehow!
Sample work with sample worker,
but when I add any import in my worker code, it starts failed with
I also see
Object.defineProperty(exports, "__esModule", { value: true });
in generated code
The text was updated successfully, but these errors were encountered: