max-mapper / max-mapper/requirebin
Scoped packages not supported
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 389
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
Any chance of getting support for scoped packages?
var color = require('@tatumcreative/color')
The error message is also kind of confusing when you try and use a scoped module.
Bundling error:
Error: CORS request rejected: https://wzrd.in/multi
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file, test, or entry point. Start by tracing how requirebin sends require('@tatumcreative/color') to the https://wzrd.in/multi bundler and reproduce the shown CORS error; done means scoped packages bundle successfully and the error is no longer misleading.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100