Skip to content

Commit b5a82b3

Browse files
authored
Merge pull request #63 from cuu508/main
Fix output format for webauthn-json.browser-global.js
2 parents 3e50ace + 3d30edb commit b5a82b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build({
4141

4242
build({
4343
entryPoints: ["src/webauthn-json/browser-global.ts"],
44-
format: "cjs",
44+
format: "iife",
4545
target: "es6",
4646
bundle: true,
4747
sourcemap: true,

0 commit comments

Comments
 (0)