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
As of vite 2.3.4 (maybe due to #3468), inline webworkers generate Uncaught SyntaxError: Unexpected token 'export'. This error was not produced in chrome in vite 2.3.3 (see repro link below)
Describe the bug
As of vite 2.3.4 (maybe due to #3468), inline webworkers generate
Uncaught SyntaxError: Unexpected token 'export'
. This error was not produced in chrome in vite 2.3.3 (see repro link below)Reproduction
https://github.com/tjk/vite-inline-webworker-issue
System Info
Used package manager: yarn
The text was updated successfully, but these errors were encountered: