Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(package.json): specify
sideEffects
false (#68)
This package doesn't have any side effects and thus can specify `sideEffects: false` in its `package.json` file to tell code bundlers to exclude it from the client-side bundle when it is found in, for example, [Remix routes](https://remix.run/docs/en/v1/pages/gotchas#server-code-in-client-bundles)
- Loading branch information