Closed christophe-g closed 2 months ago
Related discussion: https://github.com/shoelace-style/shoelace/issues/559
please refer my comments in the PR #1033 and the reason for closing it. You may create a new issue as a feature-request to generate ESM
build if you like to track it and may contribute towards it when we start that branch
First of all - thanks million for this. It is great, and I love it is using lit !
It would be great if we could make better use of ESM and avoid potential code dupe when consuming Rapidoc.
For instance, I would like to avoid re-importing
lit
,marked
orPrism
(contained in the dist file) if I consume it in a project that already import those dependencies.