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

Move to tsup and change exports #52

Merged
merged 2 commits into from
May 30, 2024
Merged

Move to tsup and change exports #52

merged 2 commits into from
May 30, 2024

Conversation

compulim
Copy link
Owner

Changelog

Please copy and paste new entries from CHANGELOG.md here.

Breaking changes

  • Removed named exports, please import the defaults instead
    • Use import { createChainOfResponsibility } from 'react-chain-of-responsibility' instead
    • import { createChainOfResponsibilityForFluentUI } from 'react-chain-of-responsibility/fluentUI' for Fluent UI ren
      derer function
  • Moved build tools from Babel to tsup/esbuild

Specific changes

Please list each individual specific change in this pull request.

  • Added tsup and use it for npm run build
  • Removed @babel/* except those for Jest
  • Updated exports path to /dist/
  • Bumped version

@compulim compulim enabled auto-merge (squash) May 30, 2024 01:43
@compulim compulim merged commit a451930 into main May 30, 2024
14 checks passed
@compulim compulim deleted the feat-tsup branch May 30, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant