Hello,
I'm importing epubjs.min.js script successfully, but I receive the following errors:
ERROR in ./js/epubjs.min.js
Module not found: Error: Can't resolve 'xmldom' in '/my-app/frontend/js'
WARNING in ./js/epubjs.min.js
Module not found: Error: Can't resolve 'jszip' in '/my-app/frontend/js'
Can you explain what are the dependencies of epubjs script?
Best