auto spread arrays of plugins #925
Labels
alpha.0
CLI
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
good first issue
Good for newcomers
Plugins
Greenwood Plugins
v0.27.0
Milestone
Type of Change
Summary
Some Greenwood plugins return an array of plugins, and so user's have to spread the plugin itself in greenwood.config.js. Example:
Details
Instead, Greenwood easily detect if this value was an array and spread it automatically, so user's wouldn't have to do this themselves, so the equivalent would now look like this
We would also want to make sure to update our README's to remove the
...
from any example docs.The text was updated successfully, but these errors were encountered: