kentcdodds / kentcdodds/webpack-validator-DEPRECATED
Implement all internal validators
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
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 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