-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
In Webpack Encore, I can do yarn upgrade-interactive (probably also possible in npm) to check for 3rd party package updates - basically the same as composer update. Is something like this available in AssetMapper, and how?
To me this is such a handy feature that it should be included in the comparison table at https://symfony.com/doc/current/frontend.html - might be a crucial feature for some people.
The only documentation I could find is at https://symfony.com/doc/current/frontend/asset_mapper.html#importing-3rd-party-javascript-packages
To update all 3rd party packages in your importmap.php file, run:
php bin/console importmap:update
But what does this command do exactly?
Ping @weaverryan