Include product-image-interactivity in the main frontend vendor bundle
This commit is contained in:
parent
2f8e0cc083
commit
5bc4ca79df
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue