Include product-image-interactivity in the main frontend vendor bundle

This commit is contained in:
Karol Manijak 2024-09-03 11:11:40 +02:00
parent 2f8e0cc083
commit 5bc4ca79df
1 changed files with 1 additions and 2 deletions

View File

@ -406,8 +406,7 @@ const getFrontConfig = ( options = {} ) => {
name: 'wc-blocks-frontend-vendors',
chunks: ( chunk ) => {
return (
chunk.name !== 'product-button-interactivity' ||
chunk.name !== 'product-image-interactivity'
chunk.name !== 'product-button-interactivity'
);
},
enforce: true,