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
A tsc transformer is not loaded from local workspace plugins.
Tsc tranformer refered as "@org/plugin/my-transformer" will load the transformer.
No response
NX Report complete - copy this into the issue template Node : 22.8.0 OS : win32-x64 Native Target : x86_64-windows pnpm : 9.7.1 nx (global) : 20.2.2 nx : 20.0.6 @nx/js : 20.0.6 @nx/jest : 20.0.6 @nx/eslint : 20.0.6 @nx/devkit : 20.0.6 @nx/eslint-plugin : 20.0.6 @nx/plugin : 20.0.6 typescript : 5.5.4 --------------------------------------- Registered Plugins: @nx-dotnet/core @my-org/my-plugin @nx/eslint/plugin @nx/jest/plugin --------------------------------------- Community plugins: @nx-dotnet/core : 2.4.5 nxdoc : 0.2.4 --------------------------------------- Local workspace plugins: @my-org/my-plugin
pnpm 9.7.1
The text was updated successfully, but these errors were encountered:
This behaviour can be seen in load-ts-transformers.ts where moduleResolver does not actually have the paths from tsconfig.base.json.
Sorry, something went wrong.
No branches or pull requests
Current Behavior
A tsc transformer is not loaded from local workspace plugins.
Expected Behavior
Tsc tranformer refered as "@org/plugin/my-transformer" will load the transformer.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
pnpm 9.7.1
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: