Readable class names for now

This commit is contained in:
Will Scullin 2022-06-04 11:08:18 -07:00
parent 451b2f1c31
commit d5c55082da
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ const baseConfig = {
loader: 'css-loader',
options: {
import: false,
modules: true
modules: {
localIdentName: '[path][name]__[local]',
}
}
}
],