Skip to content

Commit

Permalink
fix(js): remove plugins from esbuild will be done as a feature
Browse files Browse the repository at this point in the history
closed #14823
  • Loading branch information
ndcunningham committed Feb 14, 2023
1 parent 8165459 commit 197065a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/esbuild/src/executors/esbuild/esbuild.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export async function* esbuildExecutor(
const ctx = await esbuild.context({
...esbuildOptions,
plugins: [
...(esbuildOptions.plugins ?? []),
// Only emit info on one of the watch processes.
idx === 0
? {
Expand Down

0 comments on commit 197065a

Please sign in to comment.