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',
|
name: 'wc-blocks-frontend-vendors',
|
||||||
chunks: ( chunk ) => {
|
chunks: ( chunk ) => {
|
||||||
return (
|
return (
|
||||||
chunk.name !== 'product-button-interactivity' ||
|
chunk.name !== 'product-button-interactivity'
|
||||||
chunk.name !== 'product-image-interactivity'
|
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
enforce: true,
|
enforce: true,
|
||||||
|
|
Loading…
Reference in New Issue