Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 8, 2023
1 parent e68e4bb commit a17d0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Configuration/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Out = "Target";

export default {
format: "esm",
minify: true,
minify: false,
outdir: Out,
platform: "node",
target: "esnext",
Expand Down

0 comments on commit a17d0a5

Please sign in to comment.