Hello. I have issue with void-elements library inside vite-based web application project.
This library is used by html-parse-stringify. I got error like this.

Although this library has support ESM with jsnext:main, unfortunately this library doesn't support native ESM, which required for vite in order to work properly.
Moreover, I hope this library also have built-in support TypeScript definition because definition file from @types/void-elements needs improvement to be stricter.