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
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: Cannot get final name for export 'defineComponent'
Location: crates\rspack_core\src\concatenated_module.rs:2206
The text was updated successfully, but these errors were encountered:
I have a similar issue with random error when building:
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: Cannot get final name for export 'easeCubicInOut'
Location: crates/rspack_core/src/concatenated_module.rs:2206
Hello @ikscoder, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction will be closed if no activities in 14 days.
Uh oh!
There was an error while loading. Please reload this page.
System Info
System:
OS: Windows 10 10.0.19043
CPU: (12) x64 Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
Memory: 35.89 GB / 63.93 GB
Binaries:
Node: 22.14.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.17 - ~\AppData\Roaming\npm\yarn.CMD
npm: 10.8.3 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 136.0.7103.93
@rspack/cli: 1.3.10
@rspack/core: 1.3.10
Details
When i define externals (e.g. pinia) build failed with:
In webpack this configuration worked. For now I commented out some of the dependencies(not all cause panic), because it is not critical in my case.
Example rspack.config.ts if it is useful
Reproduce link
No response
Reproduce Steps
The text was updated successfully, but these errors were encountered: