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 b7b9b41 commit b6eeec9Copy full SHA for b6eeec9
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|@skyscanner-internal[\\/]bpk-logos)[\\/]/,
+ test: /[\\/]node_modules[\\/](@skyscanner[\\/]backpack-web[\\/]|@skyscanner-internal[\\/]bpk-logos)/,
60
priority: 1,
61
};
62
0 commit comments