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

Migrate the Redux package to full ESM and modernize build output #4474

Merged
merged 4 commits into from
Jan 29, 2023

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    fc29b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c51e3a5 View commit details
    Browse the repository at this point in the history
  3. Upgrade Rollup to 3.x

    markerikson committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    d0a74ed View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Migrate Redux package to be full ESM

    - Added `type: "module"` and `exports` section
    - Moved build output to `/dist`
    - Updated Rollup to 3.x
    - Changed CommonJS artifact to have `.cjs` extension to placate `publint`
    - Renamed config files and `mangleErrors` script to `.cjs`
    markerikson committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    1ad6087 View commit details
    Browse the repository at this point in the history