0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript1,033 stars (1,033 stars)62 forks (62 forks)user submission
help wanted
Description
Could be an option for minifier
Contributor guide
- Tech stack
- javascripttypescriptnodejs
- Domain
- toolingbuild system
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- JavaScriptNode.jsknowledge of bundler minification
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- Investigate how minifier options are currently configured in bili (e.g., in the source code, look for existing minifier plugins or configuration). Then, implement support for closure compiler js as an additional minifier option. Refer to the closure compiler js documentation for API usage. No existing PRs or comments provide further guidance.