Search Docs
Detect and warn about case-sensitive module naming conflicts.
When compiling on a file system with other case semantics, if there are multiple modules whose names differ only in casing, it may lead to unexpected error behaviors.
new rspack.WarnCaseSensitiveModulesPlugin();