kentcdodds / kentcdodds/webpack-validator-DEPRECATED

Implement all internal validators

Open
#46 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
93
Forks
5
PR merge metrics
No merged PRs in 30d

Description

This tracks the progress of the implementations of all internal validators, meaning those that validate the official webpack configuration properties.

Let's check an item if we have a basic, tested implementation in place.

Important

  • cache
  • context
  • debug
  • devtool
  • entry
  • module (done in #9)
  • output
  • resolve (done in #48)
  • resolveLoader
  • target
  • plugins ( #51 )
  • externals ( #52 )
  • node ( #53 )

Secondary

  • amd
  • bail
  • devServer
  • loader
  • profile
  • recordsInputPath
  • recordsOutputPath
  • recordsPath
  • stats (doc)

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

Start by reviewing the official webpack configuration properties linked in the issue and the existing checklist. Check the linked issues for externals (#52) and node (#53), then inspect the remaining unchecked secondary properties. Done means each selected validator has a basic tested implementation and the corresponding checklist item can be marked complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.