From 46951fad90be2cab82c8e8d053865026a4b36d53 Mon Sep 17 00:00:00 2001 From: Dima Voytenko Date: Fri, 7 Sep 2018 17:22:27 -0700 Subject: [PATCH] expand the size --- build-system/tasks/bundle-size.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-system/tasks/bundle-size.js b/build-system/tasks/bundle-size.js index a55baf0fd98ed..0883b3a678bd7 100644 --- a/build-system/tasks/bundle-size.js +++ b/build-system/tasks/bundle-size.js @@ -22,7 +22,7 @@ const log = require('fancy-log'); const {getStdout} = require('../exec'); const runtimeFile = './dist/v0.js'; -const maxSize = '81.28KB'; +const maxSize = '81.3KB'; const {green, red, cyan, yellow} = colors;