privateOmega / html-to-docx

HTML to DOCX converter
MIT License
383 stars 142 forks source link

XML error when using with Vite (React or Vue) #228

Open richardtallent-erm opened 11 months ago

richardtallent-erm commented 11 months ago

Hi! This looks like a great library, but when importing it using Vite's HMR (whether under a Vue project, which is our default, or React), an XML error is thrown. Here's a reproducible minimal example:

https://github.com/ERMInc/html-to-docx-vite-example

Both building and using npm run dev HMR functionality is impacted.