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

Emit ESM and CJS, built with rollup #121

Merged
merged 10 commits into from
Nov 15, 2024
Merged

Emit ESM and CJS, built with rollup #121

merged 10 commits into from
Nov 15, 2024

Commits on Nov 15, 2024

  1. Build with rollup

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a330975 View commit details
    Browse the repository at this point in the history
  2. Add a rollup config file

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7dc3947 View commit details
    Browse the repository at this point in the history
  3. Save dependencies

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    77c0b07 View commit details
    Browse the repository at this point in the history
  4. Add a build step

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    46b454a View commit details
    Browse the repository at this point in the history
  5. Add a tsconfig.build

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5e5b384 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41c7333 View commit details
    Browse the repository at this point in the history
  7. lint

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a3915d5 View commit details
    Browse the repository at this point in the history
  8. Add module and typings properties

    Update `main` key to point to the CJS variant.
    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dba7182 View commit details
    Browse the repository at this point in the history
  9. Fix case of file

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a8f42e6 View commit details
    Browse the repository at this point in the history
  10. Document the change

    jessealama committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bf79bfa View commit details
    Browse the repository at this point in the history