Urthen / case-sensitive-paths-webpack-plugin

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

Use promises when listing directories #50

Open ivasilov opened 4 years ago

ivasilov commented 4 years ago

As discussed in #46, this is the PR to migrate the usage of callbacks over to Promises.

Few things:

gazaret commented 3 years ago

Hi! Are there updates for this PR?