[email protected] doesn't work in my ci and throws an error: “Tsconfig not found” #3985
Replies: 4 comments 3 replies
-
@SoonIter Can you help to check this resolver issue? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I encountered the same problem and found that it was not feasible under centos7 system |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related issue: #3994 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed in Rspack v1.1.2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, rsbuild is a great bundler, recently after I upgraded rsbuild from v1.0.19 to v1.1.0+, my project failed to build in ci (jenkins), but since I can only provide the smallest project repository that can be reproduced in my ci (and I can't reproduce it on my developer machine), I'm in the discussion question.
This is the minimal project library that fails to build in ci:
https://github.com/curlykay/issue-rsbuild-ci-build-error
It was created by the following rsbuild create cli without any modification:
Here is ci log:
Since I can't reproduce it locally, I'm not sure what I can do next🙏
Beta Was this translation helpful? Give feedback.
All reactions