Skip to content

Commit

Permalink
increase priority by 1 (default is 0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mungodewar committed Mar 5, 2024
1 parent 5ab383f commit d323f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/backpack-addons/splitChunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const backpackStylesCacheGroup = {
chunks: 'all',
enforce: true,
test: /[\\/]node_modules[\\/]@skyscanner[\\/]backpack-web[\\/]/,
priority: 1
};

module.exports = () => {
Expand Down

0 comments on commit d323f0c

Please sign in to comment.