Skip to content

Commit

Permalink
Add platform and target.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Dec 14, 2021
1 parent 3461d58 commit 7b0bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
npx esbuild src/index.js --bundle --minify --sourcemap --format=esm --outfile=pkg/index.js
npx esbuild src/index.js --bundle --minify --sourcemap --format=esm --platform=browser --target=chrome58 --outfile=pkg/index.js
npx tsc
deno run --allow-run --allow-read --allow-write scripts/compile-package-json.ts
cp README.md pkg/README.md
Expand Down

0 comments on commit 7b0bd24

Please sign in to comment.