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 136e186 commit 6c8a1c6Copy full SHA for 6c8a1c6
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Build unminified bundle with esbuild
33
run: |
34
- npx esbuild index.js \
+ npx esbuild src/index.js \
35
--bundle \
36
--format=iife \
37
--global-name=YasguiGraphPlugin \
0 commit comments