From 700b77bb732b531752cd92b4cfd7f435e3a3d0ec Mon Sep 17 00:00:00 2001 From: Sarah Clements Date: Wed, 6 Mar 2019 16:46:28 -0800 Subject: [PATCH] increase entrypoint size temporarily --- .neutrinorc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.neutrinorc.js b/.neutrinorc.js index 98b1fb4cb..4fe890701 100644 --- a/.neutrinorc.js +++ b/.neutrinorc.js @@ -155,7 +155,7 @@ module.exports = { neutrino.config.performance .hints('error') .maxAssetSize(2 * 1024 * 1024) - .maxEntrypointSize(1.75 * 1024 * 1024); + .maxEntrypointSize(2 * 1024 * 1024); } }, ],