Urthen / case-sensitive-paths-webpack-plugin

Enforces case sensitive paths in Webpack requires.
MIT License
428 stars 45 forks source link

Configurable logger #38

Closed mAAdhaTTah closed 5 years ago

mAAdhaTTah commented 5 years ago

I'm embedding webpack into a cli context, and in order to control the logging output, it would be helpful to provide a logger interface to the plugin rather than outputting to console.log directly. Would you be willing to accept a PR for this?

Urthen commented 5 years ago

Sure, so long as it is optional and won't break any existing usage of the plugin.