Improving site performance by shipping more CSS(github.blog) |
Improving site performance by shipping more CSS(github.blog) |
If you use Vite:
css: {
modules: {
generateScopedName: mode === 'production'
? '[hash:base64:8]'
: '[name]__[local]___[hash:base64:5]',
}
}