Skip to content

Commit

Permalink
fixed build problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tobylai-toby committed Sep 18, 2024
1 parent 1c79869 commit 0e7b006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const entryPoints = [
const defaults = {
minify: true,
outdir: "dist/",
platform: "browser",
}
async function build(opt) {
for (let i = 0; i < entryPoints.length; i++) {
Expand Down
2 changes: 1 addition & 1 deletion testout.js

Large diffs are not rendered by default.

0 comments on commit 0e7b006

Please sign in to comment.