From 5f545c3e4279570d7a2a093a99b4b994c7bfd5dc Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 16 Jan 2025 06:06:05 -0300 Subject: [PATCH] chore: remove chunk all Signed-off-by: Vitor Mattos --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index b64b21a3cd..3b3a50251c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,7 +19,6 @@ module.exports = merge(nextcloudWebpackConfig, { }, optimization: { splitChunks: { - chunks: 'all', cacheGroups: { defaultVendors: { reuseExistingChunk: true,