christophercliff/watch-ignore-webpack-plugin

Use regexes not full path string compare

Opened this issue · 0 comments

This plugin uses full path string compare to ignore paths, when it would be much easier for both you and the user to simply compare the path against a regex. This is what most other webpack plugins do as well.