Код: Выделить всё
import * as styles from '_styles.scss'
< /code>
webpack config css < /p>
loader: 'css-loader',
options: {
modules: {
auto: /\_styles\.\w+$/i,
localIdentName: '[local]--[hash:base64:5]',
classNameStrategy: 'non-scoped',
},
},
Подробнее здесь: https://stackoverflow.com/questions/794 ... -in-vitest