Skip to content

Commit

Permalink
fix(bundling): don't overwrite plugins in esbuildOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorrelboom authored and mandarini committed Aug 4, 2023
1 parent 914cb1d commit 73bbf00
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

0 comments on commit 73bbf00

Please sign in to comment.