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 274adcd commit b744b2cCopy full SHA for b744b2c
package.json
@@ -25,8 +25,8 @@
25
]
26
},
27
"scripts": {
28
- "build": "microbundle",
29
- "dev": "microbundle watch",
+ "build": "microbundle --compress=false",
+ "dev": "microbundle watch --compress=false",
30
"pretty": "prettier --write --tab-width 4 'src/**/*.js' 'test/**/*.js'",
31
"prepublish": "npm run lint && npm run test && npm run build",
32
"lint": "eslint src test",
0 commit comments