Skip to content

Commit

Permalink
Update esbuild.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Oct 20, 2023
1 parent 8df4f7f commit d5effe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/intellij/daemon/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ try {
minify: false,
bundle: true,
format: "esm",
outfile: "./dist",
outdir: "./dist",
platform: "node",
target: "es2020",
define: {
Expand Down

0 comments on commit d5effe7

Please sign in to comment.