From 09906679bcf02bdd8728b02bc552731edabdf2ad Mon Sep 17 00:00:00 2001 From: Thomas Allmer Date: Wed, 19 Feb 2020 20:54:09 +0100 Subject: [PATCH] chore: increase bundle size --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc1d5f52a..9e8ef192a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, { "path": "./bundlesize/dist/all/all-*.js", - "maxSize": "40 kB" + "maxSize": "45 kB" } ] }