It's just passing strings to `generateScopedName` that can be problematic with [critters](https://github.com/GoogleChromeLabs/critters). It works fine when passing a function to `generateScopedName`. ``` vite: { css: { modules: { generateScopedName: "[name]_[hash:base64:8]", }, }, }, ``` FYI: https://github.com/GoogleChromeLabs/critters/issues/162
It's just passing strings to
generateScopedNamethat can be problematic with critters.It works fine when passing a function to
generateScopedName.FYI: GoogleChromeLabs/critters#162