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 0766ab2 commit 5148ae3Copy full SHA for 5148ae3
package.json
@@ -33,8 +33,8 @@
33
"scripts": {
34
"prepublishOnly": "npm run build",
35
"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",
+ "build:esm": "esbuild src/index.ts --bundle --format=esm --outfile=esm/index.mjs",
+ "build:cjs": "esbuild src/index.ts --bundle --format=cjs --outfile=cjs/index.cjs",
38
"test": "vitest run"
39
},
40
"devDependencies": {
0 commit comments