Urthen / case-sensitive-paths-webpack-plugin

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

Add support for webpack 4 #31

Closed simonkberg closed 6 years ago

simonkberg commented 6 years ago

This PR adds support for the new plugin API's in webpack 4, while preserving backwards compatible support for older versions. Additionally tests should be run on all major webpack versions now.

I apologize for the big diff, most changes were autofixed eslint errors. Let me know if you want to me to revert and only apply the necessary changes and preserve the eslint errors.