Skip to content

Commit 32186a8

Browse files
committed
build: remove sourcemaps to reduce package size
1 parent 2e898fd commit 32186a8

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
@@ -8,8 +8,8 @@
88
"unpkg": "dist/index.umd.js",
99
"types": "dist/index.d.ts",
1010
"scripts": {
11-
"build": "microbundle",
12-
"dev": "microbundle watch",
11+
"build": "microbundle --no-sourcemap",
12+
"dev": "microbundle watch --no-sourcemap",
1313
"prepare": "npm run build",
1414
"jest": "jest",
1515
"test": "npm run build && npm run jest"

0 commit comments

Comments
 (0)