GitShow/kentcdodds/webpack-validator-DEPRECATED
kentcdodds

webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.

by kentcdodds
Star on GitHubForknpm

JavaScript

93 stars5 forks10 contributorsQuiet · 5y agoSince 2016MIT

Meet the team

See all 10 on GitHub →
jonathanglasmeyer
jonathanglasmeyer30 contributions
sarbbottam
sarbbottam6 contributions
nyrosmith
nyrosmith3 contributions
xjamundx
xjamundx1 contribution
miguelc1221
miguelc12211 contribution
kazekagegaara
kazekagegaara1 contribution
mikekidder
mikekidder1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

3 of 6 standards met

Community profile →
57
✓README✓License✓Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 5 discussions · Last activity 5y ago
See all on GitHub →
jonathanglasmeyer
Solve validation with JoiOpenIssue

So the more of those validate functions i'm writing the more i'm asking myself if this approach is optimal. We are in fact doing 95% _schema validation_, a task which a library like joi (or maybe the one you wrote, Kent, api-check ?) solves perfectly, but we are writing this very imperatively and with ad hoc, non-normalized error messages. In fact i am thinking of experimentally starting an alternative approach in another repo, maybe just called and see how far this would replicate the use case of our approach here. The main goal would be finding out where the limits of using a schema validation library would be and maybe check out if the burden of all those manual tests could be "extracted" onto the shoulders of a mature, more generic library -- thereby substantially reducing the error surface.

jonathanglasmeyer · 10y ago

Recent fixes

View closed PRs →
jonathanglasmeyer
Opt-in error throwingClosedIssue

Right now we are only console.logging warnings. For CI build processes it would be beneficial if the user could opt in to have webpack-validator throw errors on problems. This way cryptic errors from webpack malconfiguration would be replaced with DX-friendlier errors in CI logs. The could be implemented by supplying a 'throwErrors': true configuration option to either the CLI interface or to our default export validate function. Thoughts?

jonathanglasmeyer · 7y ago
stevemao
CLI support?ClosedIssue

stevemao · 7y ago
kentcdodds
refactor(stats): Refactor to use validateReducer utilMergedPR

I pulled out the reducer logic into This build will fail because hasn't been released yet. It's waiting on https://github.com/kentcdodds/configuration-validator/pull/17 and https://github.com/kentcdodds/configuration-validator/pull/16

kentcdodds · 10y ago
Structured data for AI agents

Repository: kentcdodds/webpack-validator-DEPRECATED. Description: Use this to save yourself some time when working on a webpack configuration. Stars: 93, Forks: 5. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Open PRs: 0, open issues: 5. Last activity: 5y ago. Community health: 57%. Top contributors: jonathanglasmeyer, sarbbottam, nyrosmith, xjamundx, miguelc1221, kazekagegaara, mikekidder.

·@ofershap

Replace github.com with gitshow.dev