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

How I add stylus options? #117

Closed exdeniz closed 6 years ago

exdeniz commented 6 years ago

Like

{
          loader: 'stylus-loader',
          options: {
            use: [rupture()],
          }
        }
ericmmartin commented 6 years ago

As far as I can tell, you can only enable/disable the loader...unless you want to submit a PR or fork the repo.

kitze commented 6 years ago

@ericmmartin is right. If you want those options you will have to submit a PR @exdeniz. I don't use stylus in my projects so I don't need them.