You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In ESM you cannot import from the directory of the package. You can only import files described in exports mapping.
Describe the solution you'd like
Adding exports to package.json like that
Is your feature request related to a problem? Please describe.
In ESM you cannot import from the directory of the package. You can only import files described in
exports
mapping.Describe the solution you'd like
Adding
exports
topackage.json
like thatShould likely do the trick.
More on that here https://nodejs.org/api/packages.html#conditional-exports
Describe alternatives you've considered
No alternatives. It's standard
The text was updated successfully, but these errors were encountered: