From 96d87ac6f7eee96d75c4750321a1718e2b63c9bf Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 15 Jan 2020 04:13:52 +0100 Subject: [PATCH] Frontend: Increase build size limit Signed-off-by: Michael Mayer --- frontend/webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 203c60e64..70df7b5b7 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -48,8 +48,8 @@ const config = { }, performance: { hints: isDev ? false : "error", - maxEntrypointSize: 2000000, - maxAssetSize: 2000000, + maxEntrypointSize: 3000000, + maxAssetSize: 3000000, }, module: { rules: [