Skip to content

cannot import react-pdf-html v1.3.2 in plain esm project #83

Closed
@anajavi

Description

@anajavi

The package.json points to directory mjs, which does not exist:

"import": "./dist/mjs/index.js",

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';

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions