0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript237 stars (237 stars)3 forks (3 forks)user submission
enhancementhelp wanted
Description
It would be better if you supported Source Map.
Contributor guide
- Tech stack
- javascriptvue
- Domain
- frontenddeveloper experience
- 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.
- half day
- 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.
- needs investigation
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the current build setup in lit vue, likely using rollup or webpack. Determine if source maps are generated for the transformed JavaScript files. If not, consider adding support via rollup sourcemap plugin or webpack devtool option. Check existing issues or PRs related to source maps in the repository.