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
Same issue here. I did not run into this problem in a Windows or MacOS environment. For me, it only happened on Linux. I'm using "@rspack/core": "^1.2.2".
Sorry for the delay. In the repro of #9175, it seems that the error was caused by swc minifier. Currently, the swc has been upgraded to v13 on the main branch of Rspack. I tried this repro again and there was no error anymore.
So I released a canary version: 1.2.3-canary-4478c786-20250208035651. You can install it and follow this guide to see if you still encounter the same error.
System Info
System: Mac
Browser: Chrome lastest
Details
when i use rspack version is 1.2.2. something error like this:
cannot access a scoped thread local variable without calling
set
firstReproduce link
refer: #7725
Reproduce Steps
npm run build
The text was updated successfully, but these errors were encountered: