I wanted that one of my package to be able to define an asset as entrypoint inside importmap.php to be allow call importmap('@mypackage/entry.js') inside a template of the package.
I made a naive modification, not sure if it was the purpose of the [symfony][entrypoints] node of the package.json.
Maybe it would be fit directly inside the [symfony][importmap] node.
Hello :wave:
I wanted that one of my package to be able to define an asset as entrypoint inside importmap.php to be allow call
importmap('@mypackage/entry.js')
inside a template of the package.I made a naive modification, not sure if it was the purpose of the
[symfony][entrypoints]
node of the package.json.Maybe it would be fit directly inside the
[symfony][importmap]
node.WDYT ?