We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e898fd commit 32186a8Copy full SHA for 32186a8
package.json
@@ -8,8 +8,8 @@
8
"unpkg": "dist/index.umd.js",
9
"types": "dist/index.d.ts",
10
"scripts": {
11
- "build": "microbundle",
12
- "dev": "microbundle watch",
+ "build": "microbundle --no-sourcemap",
+ "dev": "microbundle watch --no-sourcemap",
13
"prepare": "npm run build",
14
"jest": "jest",
15
"test": "npm run build && npm run jest"
0 commit comments