From e8e3f7bb8de7d09c0c12bc630e07497557a6c7f4 Mon Sep 17 00:00:00 2001 From: githubprabin143 Date: Wed, 21 Oct 2020 23:25:39 +0530 Subject: [PATCH] Bundled Size Reduced --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6d392e0..c011906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-open-dialog", - "version": "1.0.0", + "version": "1.1.0", "description": "Open Dialog Programatically with function call", "author": "githubprabin143", "license": "MIT", @@ -12,7 +12,7 @@ "node": ">=10" }, "scripts": { - "build": "microbundle-crl --no-compress --format modern,cjs", + "build": "microbundle-crl --compress --no-sourcemap --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build",