codecov / codecov/codecov-javascript-bundler-plugins
feat: Cleaner support for NextJS
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Given we have a specific package now, we can also expose a wrapper API like `@next/bundle-analyzer` does: https://www.npmjs.com/package/@next/bundle-analyzer
So the API would be export default withCodecov(...)
We should just make sure it's compatible with https://github.com/cyrilwanner/next-compose-plugins.
Originally posted by @AbhiPrasad in https://github.com/codecov/codecov-javascript-bundler-plugins/pull/157#discussion_r1731392275
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the package that provides the current Next.js support and the discussion in pull request #157. Compare the desired default wrapper API with @next/bundle-analyzer, then check how it interacts with next-compose-plugins. Done means the wrapper API is exposed and compatibility is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100