The plugin detects CSS Modules imports of the form import <styleImportName> from "./<componentName>.module.css" and replaces usages of <styleImportName>.* with string literals if possible. Otherwise, ...