saguijs / sagui

:monkey: Front-end tooling in a single dependency
http://sagui.js.org/
MIT License
669 stars 32 forks source link

Warn users if they have case mismatch in paths #390

Closed pirelenito closed 6 years ago

pirelenito commented 6 years ago

enforces the entire path of all required modules match the exact case of the actual path on disk. Using this plugin helps alleviate cases where developers working on OSX, which does not follow strict path case sensitivity, will cause conflicts with other developers or build boxes running other operating systems which require correctly cased paths.

https://github.com/Urthen/case-sensitive-paths-webpack-plugin

xaviervia commented 6 years ago

Nice :)