kitze / custom-react-scripts

[DEPRECATED, use customize-cra] Allow custom config for create-react-app without ejecting
https://custom-react-scripts.netlify.com
MIT License
993 stars 97 forks source link

Less module is not working #151

Open joynal opened 6 years ago

joynal commented 6 years ago

Is this a bug report? - Yes.

Hi, I'm using custom-react-scripts 0.2.2. Seems less moduling is not working. Here are my env variables:

REACT_APP_DECORATORS=true
REACT_APP_LESS=true
REACT_APP_CSS_MODULES=true
REACT_APP_LESS_MODULES=true
REACT_APP_CSS_MODULE_CLASSNAME_TEMPLATE='module-[sha512:hash:base32]-[name]-[local]'