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 103c2b8 commit 3eb04efCopy full SHA for 3eb04ef
package.json
@@ -8,9 +8,9 @@
8
"unpkg": "dist/index.umd.js",
9
"types": "dist/index.d.ts",
10
"scripts": {
11
- "build": "microbundle",
12
- "dev": "microbundle watch",
13
- "prepare": "npm run build",
+ "build": "microbundle --no-sourcemap",
+ "dev": "microbundle watch --no-sourcemap",
+ "prepack": "npm run build",
14
"test": "npm run build && node test/index.test.js"
15
},
16
"files": [
0 commit comments