Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(package.json): specify sideEffects false #68

Merged
merged 1 commit into from
Mar 16, 2022

Commits on Feb 26, 2022

  1. fix(package.json): specify sideEffects false

    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)
    nicholaschiang committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    aad4c00 View commit details
    Browse the repository at this point in the history