mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Readable class names for now
This commit is contained in:
parent
451b2f1c31
commit
d5c55082da
@ -23,7 +23,9 @@ const baseConfig = {
|
|||||||
loader: 'css-loader',
|
loader: 'css-loader',
|
||||||
options: {
|
options: {
|
||||||
import: false,
|
import: false,
|
||||||
modules: true
|
modules: {
|
||||||
|
localIdentName: '[path][name]__[local]',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user