epub.js
epub.js copied to clipboard
export 'XMLDOMParser' was not found in 'xmldom'
I have upgraded to Quasar2 which contains Vue3 and Webpack5. Since the upgrade I am seeing the following message during the launch of the development environment.
Due to be fixed by: https://github.com/futurepress/epub.js/pull/1202
App • WARNING • UI in ./node_modules/epubjs/src/section.js
export 'XMLDOMParser' (imported as 'XMLDOMSerializer') was not found in 'xmldom' (possible exports: DOMImplementation, DOMParser, XMLSerializer)
App • WARNING • Compilation succeeded but there are warning(s). Please check the log above.