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

Is it possible to customize SASS/LESS modules? #64

Open bluetidepro opened 7 years ago

bluetidepro commented 7 years ago

So everything does work fine when I add REACT_APP_SASS=true or REACT_APP_LESS=true to my .env config, but is it possible to extend the module loaders however I want for custom configs?

For example, it looks like you're using https://github.com/webpack-contrib/less-loader for LESS, is it possible for me to somehow add in my own lessPlugins (http://lesscss.org/usage/#plugins) I want to use or possible Sourcemaps options?

kitze commented 7 years ago

I'm not sure about this @bluetidepro, I'll take a look but it's not a priority right now.