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
This is needed for nodejs: https://nodejs.org/api/packages.html
Because of that, I think the exports: {...} does not do what it wanted to do at the moment.
The text was updated successfully, but these errors were encountered:
No, type: module is for overriding JS extensions to mean ES modules. exports should work regardless.
What do you mean by "does not do what it wanted to do" - if it doesn't work for you, can you please provide some sample code, what error you're getting and the expected behaviour?
This is needed for nodejs: https://nodejs.org/api/packages.html
Because of that, I think the
exports: {...}
does not do what it wanted to do at the moment.The text was updated successfully, but these errors were encountered: