There was an error while loading. Please reload this page.
1 parent 40e6eb1 commit 110a1eaCopy full SHA for 110a1ea
package.json
@@ -32,7 +32,7 @@
32
},
33
"main": "./index.js",
34
"scripts": {
35
- "build": "esbuild --bundle --format=esm --keep-names --outfile=index.js lib/chai.js",
+ "build": "esbuild --bundle --format=esm --target=es2021 --keep-names --outfile=index.js lib/chai.js",
36
"prebuild": "npm run clean",
37
"format": "prettier --write lib",
38
"pretest": "npm run lint",
0 commit comments