We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3689739 commit 76c78afCopy full SHA for 76c78af
script/build-js.js
@@ -24,7 +24,7 @@ build({
24
build({
25
entryPoints: ["src/webauthn-json/index.ts"],
26
format: "esm",
27
- target: "es2020",
+ target: "es2019",
28
bundle: true,
29
sourcemap: true,
30
outfile: "dist/esm/webauthn-json.js",
@@ -33,7 +33,7 @@ build({
33
34
entryPoints: ["src/webauthn-json/extended.ts"],
35
36
37
38
39
outfile: "dist/esm/webauthn-json.extended.js",
@@ -63,7 +63,7 @@ const { version } = JSON.parse(
63
await build({
64
entryPoints: ["src/bin/main.ts"],
65
66
67
68
69
define: { WEBAUTHN_JSON_VERSION: JSON.stringify(version) },
0 commit comments