Skip to content

Commit

Permalink
fix: prevent kill webpack
Browse files Browse the repository at this point in the history
This will split in smaller bundles

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jan 15, 2025
1 parent 96613e0 commit 53cdaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = merge(nextcloudWebpackConfig, {
},
optimization: {
splitChunks: {
chunks: 'all',
cacheGroups: {
defaultVendors: {
reuseExistingChunk: true,
Expand Down

0 comments on commit 53cdaee

Please sign in to comment.