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 f2c2e3e commit a6c9b77Copy full SHA for a6c9b77
package.json
@@ -34,7 +34,7 @@
34
},
35
"main": "./index.js",
36
"scripts": {
37
- "build": "esbuild --bundle --format=esm --outfile=index.js lib/chai.js",
+ "build": "esbuild --bundle --format=esm --keep-names --outfile=index.js lib/chai.js",
38
"prebuild": "npm run clean",
39
"format": "prettier --write lib",
40
"pretest": "npm run lint",
0 commit comments