symfony / flex

Composer plugin for Symfony
MIT License
4.15k stars 181 forks source link

Remove importmap entries when uninstalling a package #1009

Open weaverryan opened 8 months ago

weaverryan commented 8 months ago

When you install a UX package, if you have AssetMapper installed, we importmap:require the packages you need. We should also importmap:remove those when the package is uninstalled.

https://github.com/symfony/recipes/issues/1089#issuecomment-1885459144