0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript8,615 stars (8,615 stars)868 forks (868 forks)batch import
chorehelp wanted
Description
I wish to install react-vis through unpkg, but there is no UMD build so it doesn't run in my browser.
Contributor guide
- Tech stack
- javascriptreact
- Domain
- frontendbuild 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.
- clear
- Prerequisites
- Knowledge of JavaScript bundlingFamiliarity with webpack or rollup
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- The issue requests adding a UMD build for react vis, which currently lacks one. The repository uses rollup for bundling (based on typical React component library setup). Investigate the existing rollup configuration in the 'rollup.config.js' or similar file, and add a UMD output format. Ensure the build is included in the 'package.json' scripts and that the UMD bundle is published. No prior discussion or maintainer response exists, so the approach is open.