worker.ts:6 Uncaught SyntaxError: Unexpected token 'export' (at worker.ts:6:1)
xiaoxixi6633 opened this issue · 0 comments
xiaoxixi6633 commented
worker.ts:6 Uncaught SyntaxError: Unexpected token 'export' (at worker.ts:6:1)
// worker.ts
export const loginEvent = () => {
console.log(123);
};