Skip to content

Vimeo js configs aren't being generated properly #173

@toan-tam

Description

@toan-tam

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions