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
Since version 11.0.0 (i.e. with versions 11.0.0 and 12.0.0) I have encountered problems when I compile a project with Vite (5.0.x) that uses "main-thread-scheduling".
The compilation fails with the following message and Vite stops :
It happens in a large project I'm working on but you can see a minimal repro here in a projet with only Vite, Typescript and main-thread-scheduling (this is a stackblitz project, hope this is fine to demonstrate the issue - try to change the main-thread-scheduling version to 10.0.0 in package.json to see it was working fine with older versions).
Am I doing something wrong or is there a workaround ?
Thanks !
The text was updated successfully, but these errors were encountered:
Hi and thanks for your work on this library !
Since version 11.0.0 (i.e. with versions 11.0.0 and 12.0.0) I have encountered problems when I compile a project with Vite (5.0.x) that uses "main-thread-scheduling".
The compilation fails with the following message and Vite stops :
It happens in a large project I'm working on but you can see a minimal repro here in a projet with only
Vite
,Typescript
andmain-thread-scheduling
(this is a stackblitz project, hope this is fine to demonstrate the issue - try to change themain-thread-scheduling
version to 10.0.0 inpackage.json
to see it was working fine with older versions).Am I doing something wrong or is there a workaround ?
Thanks !
The text was updated successfully, but these errors were encountered: