custom-react-scripts icon indicating copy to clipboard operation
custom-react-scripts copied to clipboard

Is it possible to customize SASS/LESS modules?

Open bluetidepro opened this issue 7 years ago • 1 comments

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?

bluetidepro avatar Feb 15 '17 16:02 bluetidepro