Skip to content

Commit a6c9b77

Browse files
authored
fix: keep names in bundle (#1702)
1 parent f2c2e3e commit a6c9b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"main": "./index.js",
3636
"scripts": {
37-
"build": "esbuild --bundle --format=esm --outfile=index.js lib/chai.js",
37+
"build": "esbuild --bundle --format=esm --keep-names --outfile=index.js lib/chai.js",
3838
"prebuild": "npm run clean",
3939
"format": "prettier --write lib",
4040
"pretest": "npm run lint",

0 commit comments

Comments
 (0)