nodejs / nodejs/citgm

Add webpack to modules list?

Open
#307 14 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

additional-modules
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.