Open toan-tam opened 1 year ago
Hi,
I'm seeing that the Vimeo js files aren't being merged into the bundle files. I belive it's because magepack isn't generating the config properly for Vimeo js files as I'm seeing these lines in the magepack.config.js file.
'vimeo/player': 'vimeo/player/player', 'vimeo/vimeo-wrapper': 'vimeo/player/vimeo-wrapper',
I am able to fix this temporarily by removing the player path in the config as below:
'vimeo/player': 'vimeo/player', 'vimeo/vimeo-wrapper': 'vimeo/vimeo-wrapper',
I'm using magepack 2.11.2 on Magento Commerce 2.4.5.
Can we get this fixed so that the magepack generate command can collect these Vimeo JS files config properly?
Thanks!
+1
Hi,
I'm seeing that the Vimeo js files aren't being merged into the bundle files. I belive it's because magepack isn't generating the config properly for Vimeo js files as I'm seeing these lines in the magepack.config.js file.
I am able to fix this temporarily by removing the player path in the config as below:
I'm using magepack 2.11.2 on Magento Commerce 2.4.5.
Can we get this fixed so that the magepack generate command can collect these Vimeo JS files config properly?
Thanks!