Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Sep 4, 2024
2 parents aa8c8fc + daa0cba commit e32d06a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const context = await esbuild.context({
sourcemap: prod ? false : "inline",
treeShaking: true,
outfile: "main.js",
minify: prod,
});

if (prod) {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"importHelpers": true,
"isolatedModules": true,
"esModuleInterop": true,
"strictNullChecks": true,
"strictNullChecks": true,
"lib": [
"DOM",
"ES5",
Expand Down

0 comments on commit e32d06a

Please sign in to comment.