From 7487ab98da162dcd0ea61f58ce1569552ec91747 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 26 Mar 2020 00:07:55 +0100 Subject: [PATCH] Increase limit for CSS file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1686112..aff9c30 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ ] }, { - "limit": "2 KB", + "limit": "7 KB", "path": "./dist/shareon.min.css", "webpack": false }