Add webpack to modules list?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 605
- Forks
- 157
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
After a brief discussion via twitter with @MylesBorins, he offered we could work together on getting webpack added to the module lists.
We also have some important supporting packages but ill list all and their testing commands and we can work from there:
| repo | command to run tests | recommended test machine (if relevant) |
|---|---|---|
| webpack/webpack | npm link && npm link webpack && npm t |
any |
| webpack/enhanced-resolve | npm test |
any |
| webpack/watchpack | npm test |
non-mac (very flaky tests on mac) |
| webpack/loader-runner | npm test |
any |
| webpack/tapable | npm test |
any |
| webpack/webpack-sources | npm test |
any |
| webpack/memory-fs | npm test |
any |
All of the non webpack/webpack repos are less important but they are just some more on the list to ensure legit coverage.
We are working to create a similar CITGM for our own plugin loader ecosystem so we can smoke test individual packages as well.
Let me know about thoughts. I will submit a PR with a bit of direction. Thanks!
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
No file or test entry point is named. Start by locating the existing module list in CITGM and compare how other modules are registered; use the listed npm test commands for webpack and its supporting repositories. Done means the intended webpack entries are included and their tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100