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 117f6b6 commit 7ecbf50Copy full SHA for 7ecbf50
packages/browser/package.json
@@ -45,7 +45,7 @@
45
"testEnvironment": "jsdom"
46
},
47
"scripts": {
48
- "build": "tsc -p tsconfig.json && esbuild src/index.ts --bundle --minify --sourcemap --target=es2020 --format=esm --outfile=dist/index.min.js",
+ "build": "tsc -p tsconfig.json && esbuild src/index.ts --bundle --minify --sourcemap --target=es2019 --format=esm --outfile=dist/index.min.js",
49
"watch": "tsc -p tsconfig.json -w --preserveWatchOutput",
50
"test": "jest"
51
tsconfig.json
@@ -19,6 +19,6 @@
19
"skipLibCheck": true,
20
"sourceMap": true,
21
"strict": false,
22
- "target": "ES2020"
+ "target": "ES2019"
23
}
24
0 commit comments