Skip to content

Commit

Permalink
no compress
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 18, 2024
1 parent c4ce4be commit 5bbeac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dist"
],
"scripts": {
"compile": "microbundle build -f modern,umd --globals react=React",
"compile": "microbundle build -f modern,umd --globals react=React --no-compress",
"postcompile": "cp dist/index.modern.mjs dist/index.modern.js && cp dist/index.modern.mjs.map dist/index.modern.js.map",
"test": "run-s eslint tsc-test jest",
"eslint": "eslint --ext .js,.ts,.tsx .",
Expand Down

0 comments on commit 5bbeac1

Please sign in to comment.