Skip to content

Commit b7b9b41

Browse files
authored
[ARGG-1221]: Add logos to styles group (#189)
1 parent 2d9ba03 commit b7b9b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/backpack-addons/splitChunks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const backpackStylesCacheGroup = {
5656
type: 'css/mini-extract',
5757
chunks: 'all',
5858
enforce: true,
59-
test: /[\\/]node_modules[\\/]@skyscanner[\\/]backpack-web[\\/]/,
59+
test: /[\\/]node_modules[\\/](@skyscanner[\\/]backpack-web|@skyscanner-internal[\\/]bpk-logos)[\\/]/,
6060
priority: 1,
6161
};
6262

0 commit comments

Comments
 (0)