Skip to content

Commit 5148ae3

Browse files
committed
Revert "build: add minification to ESM and CJS build scripts"
This reverts commit ac06401.
1 parent 0766ab2 commit 5148ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"scripts": {
3434
"prepublishOnly": "npm run build",
3535
"build": "tsc && npm run build:esm && npm run build:cjs",
36-
"build:esm": "esbuild src/index.ts --bundle --format=esm --outfile=esm/index.mjs --minify",
37-
"build:cjs": "esbuild src/index.ts --bundle --format=cjs --outfile=cjs/index.cjs --minify",
36+
"build:esm": "esbuild src/index.ts --bundle --format=esm --outfile=esm/index.mjs",
37+
"build:cjs": "esbuild src/index.ts --bundle --format=cjs --outfile=cjs/index.cjs",
3838
"test": "vitest run"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)