Skip to content

Commit

Permalink
Change esbuild logic to allow passing thru of custom configuration (#…
Browse files Browse the repository at this point in the history
…1403)

* Overwrite props if provided otherwise default
  • Loading branch information
finnholland authored Oct 25, 2024
1 parent 24ca99c commit 7261e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/esbuild/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class Esbuild implements ILocalBundling {
minifyIdentifiers: false,
minifyWhitespace: true,
minifySyntax: true,
...options,
});
}

Expand Down

0 comments on commit 7261e86

Please sign in to comment.