Skip to content

Commit

Permalink
Merge pull request #4332 from LibreSign/backport/4329/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: prevent kill webpack
  • Loading branch information
vitormattos authored Jan 15, 2025
2 parents 3a8ec9c + 9c527e9 commit 37c6378
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 37c6378

Please sign in to comment.