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

feat(build): move TypeScript types into a single dist/types folder #905

Merged
merged 5 commits into from
Feb 17, 2023

Commits on Feb 15, 2023

  1. chore: add exports.default in CJS/ESM hybrid mode

    - also remove browser, I don't think it's needed anymore since breakpoints are working fine now that we're exporting the main as ESM
    ghiscoding committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0f917bb View commit details
    Browse the repository at this point in the history
  2. feat(build): move TypeScript types into a single dist/types folder

    - prior to this PR, TS Types were added to both CJS/ESM folders, but 1 common dist/types folder is easier to find and will lower our published build size by a lot
    ghiscoding committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    ff053f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97bcc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    fbc5084 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    983919e View commit details
    Browse the repository at this point in the history