Skip to content

Commit a6fc34a

Browse files
authored
Tweak babel-plugin-optimize-clsx to optimize getCellClassname (#2298)
1 parent 3c819b7 commit a6fc34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: babel.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
],
1818
"plugins": [
1919
["@babel/transform-runtime", { "useESModules": true }],
20-
"optimize-clsx"
20+
["optimize-clsx", { "functionNames": ["getCellClassname"] }]
2121
]
2222
}

0 commit comments

Comments
 (0)