Skip to content

Commit

Permalink
feat: change chunk split strategy to split-by-experience
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Jun 6, 2024
1 parent 33dafe6 commit 735cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = function defineShipwrightHook(sails) {
},
performance: {
chunkSplit: {
strategy: 'all-in-one'
strategy: 'split-by-experience'
}
},
server: {
Expand Down

0 comments on commit 735cb0c

Please sign in to comment.