Closed
Description
The package.json points to directory mjs, which does not exist:
Line 23 in 7799a3f
fixing that to point to "./dist/esm/index.js" causes another problem:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/proj/node_modules/react-pdf-html/dist/esm/Html'
I guess it is caused by missing .js extensions in dist/esm/index.js:
export { default, default as Html } from './Html';