runem / web-component-analyzer

CLI that analyzes web components and emits documentation
https://runem.github.io/web-component-analyzer
MIT License
501 stars 61 forks source link

Fix a few build issues #227

Closed justinfagnani closed 2 years ago

justinfagnani commented 2 years ago

The CJS build was not outputting the main chunk. This turned out to be from misconfigured "module" settings in the tsconfigs.

Also fixed a couple of ESM-related things. ESM output is still a bit broken because we don't use file extensions through out, but I'm leaving that for a follow up.