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
The first build is ok, but the second build with cache leads to panic. It says Cannot get final name for export 'isApp', isApp is a variable imported from a third party package. Since this project and the third party package is internal, i cannot provide reproduction right away. Maybe you can check the information below first. If it is not enough to locate the problem, please tell me and i am willing to make a reproduction.
System Info
System:
OS: macOS 14.7.2
CPU: (11) arm64 Apple M3 Pro
Memory: 90.56 MB / 18.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 23.6.0 - /opt/homebrew/bin/node
npm: 10.9.2 - /opt/homebrew/bin/npm
pnpm: 8.15.7 - /opt/homebrew/bin/pnpm
Browsers:
Chrome: 132.0.6834.110
Safari: 17.6
"@rsbuild/core": "^1.2.2",
Details
The first build is ok, but the second build with cache leads to panic. It says
Cannot get final name for export 'isApp'
,isApp
is a variable imported from a third party package. Since this project and the third party package is internal, i cannot provide reproduction right away. Maybe you can check the information below first. If it is not enough to locate the problem, please tell me and i am willing to make a reproduction.My
rsbuild.config.ts
:The full error message:
Reproduce link
cannot provide currently
Reproduce Steps
none
The text was updated successfully, but these errors were encountered: