Urthen / case-sensitive-paths-webpack-plugin

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

Don't crash on folder deletion with tests #10

Closed jkimbo closed 8 years ago

jkimbo commented 8 years ago

Initially an attempt to fix #8 but it looks like @gaearon beat me too it with #9 !

Anyway in my attempt I set up some basic mocha tests for the plugin so I thought I would submit a PR with them (and the fix from @gaearon) anyway.

Urthen commented 8 years ago

Great, thanks!

gaearon commented 8 years ago

Thanks for quick merge.