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 180d4cc commit b38c22bCopy full SHA for b38c22b
package.json
@@ -32,7 +32,7 @@
32
},
33
"main": "./index.js",
34
"scripts": {
35
- "build": "esbuild --bundle --format=esm --target=es2021 --keep-names --outfile=index.js lib/chai.js",
+ "build": "esbuild --bundle --format=esm --target=es2021 --keep-names --legal-comments=none --outfile=index.js lib/chai.js",
36
"prebuild": "npm run clean",
37
"format": "prettier --write lib",
38
"pretest": "npm run lint",
0 commit comments