`standalone` options doesn't works with @task/browserify
Open
Nobody has claimed this yet.
plugin
- Dominant language
- JavaScript
- Stars
- 2.5k
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
`standalone` option only works when it will be passed at [Browserify constructor](https://github.com/lukeed/taskr/blob/master/packages/browserify/index.js#L28) not add(). I'm not sure it's a bug of browerify.
Contributor guide
No contributing guide indexed for this repository
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
Read packages/browserify/index.js at the Browserify constructor reference around line 28, then trace how the standalone option is handled when passed to add(). Confirm the expected Browserify behavior and make standalone work through add(), with a focused regression check for that invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100