We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c819b7 commit a6fc34aCopy full SHA for a6fc34a
babel.config.json
@@ -17,6 +17,6 @@
17
],
18
"plugins": [
19
["@babel/transform-runtime", { "useESModules": true }],
20
- "optimize-clsx"
+ ["optimize-clsx", { "functionNames": ["getCellClassname"] }]
21
]
22
}
0 commit comments