Skip to content

Commit

Permalink
fix(core): regression register ts transpiler for local plugin (#22964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roozenboom authored Apr 23, 2024
1 parent 7bb6e9e commit abaad32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nx/src/project-graph/plugins/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ export function readPluginPackageJson(
localPluginPath.path,
'package.json'
);
if (!unregisterPluginTSTranspiler) {
registerPluginTSTranspiler();
}
return {
path: localPluginPackageJson,
json: readJsonFile(localPluginPackageJson),
Expand Down

0 comments on commit abaad32

Please sign in to comment.