farm-fe / farm

Extremely fast Vite-compatible web build tool written in Rust
https://farmfe.org
MIT License
4.52k stars 154 forks source link

[Feature Request]: css modules support `auto` like it in css-loader #1304

Open dingff opened 2 months ago

dingff commented 2 months ago

What problem does this feature solve?

css modules can not be customized

What does the proposed API look like?

support auto function

wre232114 commented 2 months ago

try https://www.farmfe.org/docs/config/compilation-options#cssmodules

dingff commented 2 months ago

try https://www.farmfe.org/docs/config/compilation-options#cssmodules

css.modules.paths can be function?

wre232114 commented 2 months ago

No, only regex can be used

dingff commented 2 months ago

No, only regex can be used

Ok, this may be a workaround for now.