Urthen / case-sensitive-paths-webpack-plugin

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

Normalize filenames to default Unicode Normalization Form (NFC) so th… #6

Closed NorwegianKiwi closed 8 years ago

NorwegianKiwi commented 8 years ago

…at all utf8-characters are compared correctly.

I had some Norwegian letters in my filenames (æ, ø, å) and I got warnings that the files didn't exist. This PR fixes this, if string.prototype.normalize exists (if not, it just does what it used to).

Urthen commented 8 years ago

Thanks! Released 1.1.2.