Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 3d30edb

Browse files
committed
Fix output format for webauthn-json.browser-global.js
1 parent 3e50ace commit 3d30edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build-js.js

Lines changed: 1 addition & 1 deletion
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)