From 9da97273e1004e3678710636d08270ccd0936e24 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 13 Oct 2022 22:18:27 +0200 Subject: [PATCH] Frontend: Update webpack.config.js 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 f2224396c..0e0e34a82 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -99,8 +99,8 @@ const config = { ], performance: { hints: isDev ? false : "error", - maxEntrypointSize: 4000000, - maxAssetSize: 4000000, + maxEntrypointSize: 5000000, + maxAssetSize: 5000000, }, module: { rules: [