-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
my packages have a legacy/support entrypoint, which isn't exactly public API, but is there for folks who know about.
It's also a CJS module, but with an ambiguous entry in the exports.
I'd like to ignore checking this file / exports, because it ultimately wouldn't be used by 99.999% of users.
Is this possible? possible soon? thanks!!