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
Alias was not be respected in external check. So if using a alias instead of relative path, it will not enter this if statement.
The problem can be fixed by inlineDependencies option, but that may not be the user's intention. Refer to #376.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
https://github.com/s3xysteak/unbuild-alias-error
It will throw a error and stop building.
Change code in
src/index.ts
:Run
pnpm build
, it can build correctly.Describe the bug
Refer to code:
unbuild/src/builder/rollup.ts
Line 299 in 4c5c0cc
Alias was not be respected in external check. So if using a alias instead of relative path, it will not enter this if statement.
The problem can be fixed by
inlineDependencies
option, but that may not be the user's intention. Refer to #376.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: