-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: TypeError: Cannot read properties of undefined (reading 'set') #6372
Comments
这是因为 替换成 |
如果还有其他问题欢迎重开 issue~ |
@h-a-n-a |
可以看下产物中的结果吗?上述截图是否是根据 source-map 还原的代码片段? |
上面代码我没有开启source-map |
@h-a-n-a 你好,编译好像没生效问题,找到问题了吗? |
@wengjiacheng 能否根据产物结果确认一下 |
@h-a-n-a 打包测试了,产物里是编译的了的 |
@wengjiacheng 那 |
System Info
System:
OS: macOS 13.3.1
CPU: 2.5 GHz Intel Core i7
Memory: 16 GB 2133 MHz LPDDR3
Browsers:
Chrome: 120.0.6099.109
npmPackages:
"@rsbuild/core": "^0.6.1",
"@rsbuild/plugin-vue2": "^0.6.1",
Details
插件在webpack中可以使用,在rspack中报错TypeError: Cannot read properties of undefined (reading 'set')
Reproduce link
https://github.com/wengjiacheng/rspack-repro
Reproduce Steps
npm run dev:webapck
npm run dev:rspack 会报错
The text was updated successfully, but these errors were encountered: