You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most people will only call mix.stylus() once. But if you need to call it multiple times, you can pass the stylusOptions options like your example shows. Alternatively, you can copy the webpack.config.js file that we provide, and set the defaults however you want.
@JeffreyWay so there is no way to add global config without altering plugin settings without editing webpack.config.js? And no plans for it? This really makes sense not only for multiple files to compile, but also if this would affect vue's components preprocessed styles
I need to process and build multiple style-files. I want to set default plugin options.
As far I understand, this should be done like this:
But this has no effect. This works:
but this is not good
The text was updated successfully, but these errors were encountered: