Replies: 2 comments
-
为什么关掉了?? |
Beta Was this translation helpful? Give feedback.
0 replies
-
请在 https://swc.rs/playground 提供一个能够复现的例子 Please provide a reproduction in https://swc.rs/playground |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CRA迁移Rsbuild后,js文件压缩后生产环境中扩展运算符在函数调用时失效,类似test(...['333', '111']),test是一个函数,最后传过来的参数一个是原始数组,一个是undefined,设置minify: false禁用代码压缩可以正常输出,打开就不行了,Rsbuild那边说可能是swc这面的bug,目前有什么解决办法吗?
Beta Was this translation helpful? Give feedback.
All reactions