enhancementhelp wanted
Repository metrics
- Stars
- (15 stars)
- PR merge metrics
- (PR metrics pending)
Description
Running ls-exports against my react-utils package, it's telling me it can't resolve any of the subpath exports I've defined.
!! Errors:
┌─────────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────┬───────────────────────────────────────────────────┐
│ “./hooks/*”: ./src/hooks/*.js does not appear to exist! │ “./quick/*”: ./src/quick/*.js does not appear to exist! │ “./ui/*”: ./src/ui/*.js does not appear to exist! │
└─────────────────────────────────────────────────────────┴─────────────────────────────────────────────────────────┴───────────────────────────────────────────────────┘
Am I defining these wrong, or is this a bug?