Skip to content

Commit

Permalink
Upgrade esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Jan 27, 2023
1 parent c5fb152 commit df97bcb
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 60 deletions.
1 change: 1 addition & 0 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ async function runEsbuild() {
outdir: outdir,
treeShaking: true,
minify: true,
legalComments: 'none',
define: {
'process.env.NODE_ENV': '"production"',
'process.env.AXIOM_TOKEN': JSON.stringify(process.env.AXIOM_TOKEN || 'UNDEFINED'),
Expand Down
Loading

0 comments on commit df97bcb

Please sign in to comment.