From 5f3d346eb8439bef9bf82f621526f2c5c8be21f1 Mon Sep 17 00:00:00 2001 From: wanhose Date: Tue, 17 May 2022 17:03:46 +0200 Subject: [PATCH] chore(browser-extension): disable minify inlines fonts --- packages/browser-extension/.minify.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/browser-extension/.minify.json diff --git a/packages/browser-extension/.minify.json b/packages/browser-extension/.minify.json new file mode 100644 index 0000000..07cfca1 --- /dev/null +++ b/packages/browser-extension/.minify.json @@ -0,0 +1,5 @@ +{ + "img": { + "maxSize": 0 + } +}