kentcdodds / webpack-validator-DEPRECATED

Use this to save yourself some time when working on a webpack configuration.
MIT License
93 stars 8 forks source link

feat(cache): Add cache validator #43

Closed kentcdodds closed 8 years ago

kentcdodds commented 8 years ago

This one should have two reviewers I think. I've added a utils directory for utility functions to use throughout the codebase. The first of these is friendly-type-of which gives us more helpful output than typeof [] or typeof new RegExp() :-)

sarbbottam commented 8 years ago

:+1: LGTM