We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8a1c6 commit 63322c8Copy full SHA for 63322c8
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build minified bundle with esbuild
46
run: |
47
- npx esbuild index.js \
+ npx esbuild src/index.js \
48
--bundle \
49
--minify \
50
--format=iife \
0 commit comments