Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update package.json exports (#249)
* fix: add fallback `./*` -> `./*.js` export This allows us to `import` or `require` from any arbitrary entry point without breaking the overrides above it. Currently, for instance, it is not possible to do `import { validateCartItems } from 'use-shopping-cart/utilities/serverless'`. This is fixed by this PR. * chore: `./utilities/*` to JS source files, `./*` to dist TS output
- Loading branch information