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 babel plugin to dev deps #814

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

damianstasik
Copy link
Contributor

This PR moves the @rollup/plugin-babel to the devDependencies, because it's used only during the build process. This will help with 2 issues:

  1. Installation size will be a bit smaller if nothing else has @rollup/plugin-babel specified in their dependencies.
  2. This will get rid of the warning during an installation due to a peer dependency (@babel/core).
warning "react-countup > @rollup/plugin-babel@6.0.3" has unmet peer dependency "@babel/core@^7.0.0".

@mmarkelov mmarkelov merged commit 7ca5365 into glennreyes:master Jul 31, 2023
3 checks passed
@mmarkelov
Copy link
Collaborator

@damianstasik good catch! Thank you for your PR

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.

None yet

2 participants