mapbox / mapbox/geojson-rewind
Introduce bundler or export an es module
- Dominant language
- JavaScript
- Stars
- 133
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Bundle.run has been discontinued, and for this reason the [browser module](https://bundle.run/geojson-rewind) suggested in the README doesn't work anymore.
Please introduce some bundler like browserify or rollup, or even better, convert this into an es module, since now [node supports those as well](https://nodejs.org/api/esm.html#esm_package_json_type_field).
Contributor guide
Research direction
Start with the README section that links to the discontinued Bundle.run browser module, then inspect the package's current entry points and distribution setup. Decide whether bundling or native ES module export fits the project and its supported Node versions. Done means the browser usage described in the README works without Bundle.run and the chosen module format is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100