I wanted to try symfony's brand new assetmapper on my latest project, without external imports, it works just fine, but I cant yet get how to make it work when it comes to imported libraries...
I used symfony doc command bin/console importmap:require ... to import the libraries
If I alias the imports it seems they cannot be found...
And if I dont alias the imports, the link is not broken anymore but no way to use the libraries...
Thank you for your future help!


