-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Bug?] Infinite compilation loop #14
Comments
Currently, I have two workarounds:
|
I think a valid tsconfig.json must contain |
Looks like TypeScript will include everything if no I'm fine with using BTW, feel free to close this issue. I just want to make a reference to those facing the same problem :) |
Let's leave this issue open. Maybe we will find better defaults in the future. |
Versions
Details
When using
pluginTypeCheck
dev.writeToDisk: true
include
andexclude
intsconfig.json
The
rsbuild dev
would cause infinite compilation loop.Reproduce link
https://github.com/colinaaa-reproductions/rsbuild-repro-plugin-type-check-infinite-loop
Reproduce steps
pnpm install
pnpm dev
src/index.ts
with meaningful changesThe text was updated successfully, but these errors were encountered: