From 4266d0e2412dbbea4f329b01327ea0d9453679b9 Mon Sep 17 00:00:00 2001 From: wanhose Date: Tue, 24 May 2022 23:55:26 +0200 Subject: [PATCH] chore(web): move globally and update minify config --- .minify.json | 8 ++++++++ packages/browser-extension/.minify.json | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 .minify.json delete mode 100644 packages/browser-extension/.minify.json diff --git a/.minify.json b/.minify.json new file mode 100644 index 0000000..c415114 --- /dev/null +++ b/.minify.json @@ -0,0 +1,8 @@ +{ + "html": { + "removeOptionalTags": false + }, + "img": { + "maxSize": 0 + } +} diff --git a/packages/browser-extension/.minify.json b/packages/browser-extension/.minify.json deleted file mode 100644 index 07cfca1..0000000 --- a/packages/browser-extension/.minify.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "img": { - "maxSize": 0 - } -}