import { defineConfig } from "vite"; export default defineConfig({ css: { modules: { generateScopedName: "[name]_[local]__[hash:base64:5]", }, }, });