Urthen / case-sensitive-paths-webpack-plugin

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

Fails In Windows #1

Closed cbrewer1689 closed 8 years ago

cbrewer1689 commented 8 years ago

On Windows this plugin fails, because of https://github.com/Urthen/case-sensitive-paths-webpack-plugin/blob/master/index.js#L42 is looking for only a mac style path and not windows.

Urthen commented 8 years ago

Resolved by #2

Urthen commented 8 years ago

@aggieben @morethanfire Patch v1.0.1 published to NPM.