-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error: failed to handle: base_dir(./src) must be absolute. Please ensure that jsc.baseUrl
is specified correctly.
#7795
Comments
I assume it was related to this merge request because it was merged yesterday and has to do with the baseUrl property? |
Read the error message. You need |
I did add that, I tried both of the below and it didn't do anything. Unfortunately I can't give you a repo because it's a private project on a different git host. I fixed the issue by downgrading.
Edit: Also, if this is a breaking change, why did it go out in a patch version? |
@ian-at-memo I'm not requesting you to give the access to your repository. I'm asking for a minimal reproduction |
@kdy1 I have a daily dependabot workflow to bump You can see the PR here: winstxnhdw/chatgpt-bill-bot#88 |
@winstxnhdw It seems like a bug of @Brooooooklyn |
I made swc-project/swc-node#721 |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the bug
Hello, I have a standard Typescript repo with a set of react components, and I am using rollup to compile them. This wasn't happening yesterday, but when I tried to do a build today upon install, I get the below error. I've looked through the src/index.ts file but there isn't a place where "./src" is called directly. Any ideas? And why is it only happening today?
Input code
No response
Config
No response
Playground link
No response
Expected behavior
I expected it to build as normal, which it was before installation
Actual behavior
No response
Version
^1.3.61
Additional context
No response
The text was updated successfully, but these errors were encountered: