"exports" fields at package.json inside imported module #10745
Unanswered
fireridlle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing npm package that should support both esm and cjs. in addition to that, it also should support subpath.
here is package.json of my package
when i run simple script by node, it works fine, however when i try to include it to create-react-app i get an error
Beta Was this translation helpful? Give feedback.
All reactions