make css modules build without errors
This commit is contained in:
parent
0193c8fcb6
commit
875f2f2d46
3 changed files with 17 additions and 2 deletions
|
|
@ -11,7 +11,9 @@
|
|||
"plugins": [
|
||||
{
|
||||
"name": "typescript-plugin-css-modules",
|
||||
"options": { "classnameTransform": "camelCase" }
|
||||
"options": {
|
||||
"classnameTransform": "camelCaseOnly",
|
||||
}
|
||||
}
|
||||
],
|
||||
"rootDirs": [".", "./.react-router/types"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue