Skip to content

Commit

Permalink
fix(esbuild): don't overwrite plugins in esbuildOptions (#18461)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorrelboom committed Aug 4, 2023
1 parent 914cb1d commit 14fab26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/esbuild/src/executors/esbuild/esbuild.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export async function* esbuildExecutor(
},
}
: null,
...(esbuildOptions?.plugins || []),
].filter(Boolean),
});

Expand Down

1 comment on commit 14fab26

@vercel
Copy link

@vercel vercel bot commented on 14fab26 Aug 4, 2023

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.