jaredpalmer / jaredpalmer/backpack
Is it possible to user backpack with multiple entries?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4.4k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
I've tried using [this](https://github.com/jaredpalmer/backpack/pull/46) configuration, and `build` seems to work, but `dev` doesn't.
I've tried `backpack dev /src/another/one.js` - it runs the script but without transcode.
I've found [this](https://github.com/jaredpalmer/backpack/issues/21) solution, but it I thought maybe there is the better way.
What is the most right way to use the backpack with multiple entries?
Thank you!
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
Start by reproducing the reported `backpack dev /src/another/one.js` behavior and compare it with the configuration in pull request 46. Read issue 21 for the existing workaround and determine how development and build entry handling differ. Done means multiple entries work in `dev` with the same transpilation behavior as `build`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, webpack
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100