Closed
Description
Symfony version(s) affected
ux-cropperjs 2.7.0
Description
When upgrading to ux-cropperjs 2.7.0, I get an encore error about a missing file @symfony/ux-cropperjs/src/style.css. Looking in the vendor's folder, there is no assets/src folder.
How to reproduce
Install ux-cropperjs 2.7.0
Possible Solution
It appears that ux-cropperjs does not follow the same folder structure as the other ux-* libraries. ux-live-component puts the included stylesheet in assets/styles. Since .gitattributes excludes assets/src, I believe simply moving this file and fixing the reference in packages.json will fix the problem.
Additional Context
I believe this has been a problem since before 2.7.0, but it didn't trigger for whatever reason.