From d2adbc364769719abc2010aa862c27553899a96b Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 16 Oct 2018 16:59:53 -0700 Subject: chore: temporarily increase the bundle size for instant --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 031f73ba8..043c7a0ca 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ }, { "path": "packages/instant/public/main.bundle.js", - "maxSize": "350kB" + "maxSize": "400kB" } ], "ci": { -- cgit