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

Add exports to package.json in all packages #9457

Open
wants to merge 4 commits into
base: next
Choose a base branch
from

Commits on Nov 18, 2023

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

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    a5bf5f2 View commit details
    Browse the repository at this point in the history
  2. do not bundle or minify, generate declaration map

    Using tsup only to transpile ts files. Disabled bundling, minifying and declaration generation.
    Using tsup onSuccess to use tsc to emit declaration and declaration sourcemap
    otaviosoares committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    77dd897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f4490 View commit details
    Browse the repository at this point in the history