Skip to content

Commit

Permalink
chore: fix esbuild config
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 9, 2024
1 parent 96bf693 commit f808960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const parameters = {
sourcemap: prod ? false : "inline",
minify: prod,
treeShaking: true,
outdir: dir
outdir: dir,

logOverride: { "empty-import-meta": "silent" }
};
Expand Down

0 comments on commit f808960

Please sign in to comment.