Skip to content

Commit

Permalink
fix(core): js plugin files should work (#12406)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Oct 4, 2022
1 parent 36afaf8 commit 7ac0dab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ export function buildWorkspaceProjectNodes(
p.targets = mergePluginTargetsWithNxTargets(
p.root,
p.targets,
loadNxPlugins(ctx.workspace.plugins, [p.root], p.root)
loadNxPlugins(ctx.workspace.plugins)
);

const projectType =
Expand Down

1 comment on commit 7ac0dab

@vercel
Copy link

@vercel vercel bot commented on 7ac0dab Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.