From 5bbeac1af03a237f2b250395250e712a0c1d0aa5 Mon Sep 17 00:00:00 2001 From: daishi Date: Fri, 19 Apr 2024 08:25:58 +0900 Subject: [PATCH] no compress --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7397267..5564ece 100644 --- a/package.json +++ b/package.json @@ -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 .",