Urthen / case-sensitive-paths-webpack-plugin

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

Can it abort webpack build process when found error? #44

Closed somewind closed 3 years ago

somewind commented 4 years ago

In my case, it found case sensitive error and printed out, but webpack still build success.

It caused CI not to report that error.

Urthen commented 4 years ago

This should absolutely cause Webpack to halt if it detects a case sensitive error. If you've changed webpack settings to not halt on errors, though, this plugin can't force a halt.

Can you share your webpack settings or a simple test case that shows how to get Webpack not to halt?

Urthen commented 3 years ago

Closing due to no further activity.