We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The type check should run.
https://github.com/dpnolte/nx-rspack-type-checking
packages/rspack-lib/src/lib/rspack-lib.ts
nx build rspack-lib
Note, it does error if I change https://github.com/nrwl/nx/blob/master/packages/rspack/src/executors/rspack/rspack.impl.ts#L33-L35 into:
if (!normalizedOptions.skipTypeChecking) { await executeTypeCheck(normalizedOptions, context); }
Node : 22.14.0 OS : darwin-arm64 Native Target : aarch64-macos pnpm : 10.10.0 nx (global) : 20.7.2 nx : 20.8.1 @nx/js : 20.8.1 @nx/rspack : 20.8.1 typescript : 5.7.3 --------------------------------------- Registered Plugins: @nx/js/typescript @nx/js/typescript @nx/rspack/plugin --------------------------------------- Cache Usage: 0.00 B / 92.64 GB
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Current Behavior
Expected Behavior
The type check should run.
GitHub Repo
https://github.com/dpnolte/nx-rspack-type-checking
Steps to Reproduce
packages/rspack-lib/src/lib/rspack-lib.ts
to spot the obvious typescript type error.nx build rspack-lib
Note, it does error if I change https://github.com/nrwl/nx/blob/master/packages/rspack/src/executors/rspack/rspack.impl.ts#L33-L35 into:
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: