0 commentaires (0 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)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.
Guide contributeur
- Stack technique
- javascriptreact
- Domaine
- frontendbuild system
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- Knowledge of JavaScript bundlingFamiliarity with webpack or rollup
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 40
- Direction de recherche
- 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.