We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9ba03 commit b7b9b41Copy full SHA for b7b9b41
packages/react-scripts/backpack-addons/splitChunks.js
@@ -56,7 +56,7 @@ const backpackStylesCacheGroup = {
56
type: 'css/mini-extract',
57
chunks: 'all',
58
enforce: true,
59
- test: /[\\/]node_modules[\\/]@skyscanner[\\/]backpack-web[\\/]/,
+ test: /[\\/]node_modules[\\/](@skyscanner[\\/]backpack-web|@skyscanner-internal[\\/]bpk-logos)[\\/]/,
60
priority: 1,
61
};
62
0 commit comments