|
|
|
|
|
by seaneking
3950 days ago
|
|
Yeah we're thinking of enabling users to pass through option blocks to the individual plugins (like how precss and cssnext does things), the problem is that not all features match 1:1 with plugins. Legacy Fallbacks, for instance, is a sub-collection of 5 plugins, and passing a nested object to each of these would be awkward. Also most of the plugins used (and all of the ones I built for it) are pretty straightforward and don't take any options. But feel free to chuck an issue up on github, this behaviour probably needs to be accounted for sooner or later. |
|