`rollup-plugin-babel` package is deprecated
Open
Beginner friendly
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The package `rollup-plugin-babel` is deprecated it's necessary to replace it with `@rollup/plugin-babel`
Ref: https://github.com/iamkun/dayjs/blob/b3624de619d6e734cd0ffdbbd3502185041c1b60/package.json#L79
Contributor guide
Research direction
Open package.json around the referenced line 79 and inspect how rollup-plugin-babel is declared. Replace the deprecated package with @rollup/plugin-babel, then confirm the old dependency is no longer present in package.json.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- babel, javascript, rollup
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100