Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement/issue 925 auto spread arrays of plugins #969

Conversation

thescientist13
Copy link
Member

Related Issue

resolves #925

Summary of Changes

  1. Support arrays of plugins without having to use ...
  2. Update README and docs, greenwood.config.js for www/
  3. Misc related refactoring

@thescientist13 thescientist13 added enhancement Improve something existing (e.g. no docs, new APIs, etc) website Tasks related to the projects website / documentation documentation Greenwood specific docs Plugins Greenwood Plugins CLI labels Aug 2, 2022
@@ -187,7 +187,7 @@ So although WCC is now the default for SSR, Puppeteer is still available as a pl

export default {
plugins: [
...greenwoodPluginRendererPuppeteer()
greenwoodPluginRendererPuppeteer()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it makes sense to retro-actively fix this blog post? Technically this was the API at the time, should it stand as the part of the "record"? 🤔

@thescientist13 thescientist13 changed the base branch from master to release/0.27.0 September 3, 2022 22:50
@thescientist13 thescientist13 force-pushed the enhancement/issue-925-auto-spread-arrays-of-plugins branch from 4cae2ad to 3a9b514 Compare September 22, 2022 12:27
@thescientist13 thescientist13 merged commit dfc5b52 into release/0.27.0 Sep 22, 2022
@thescientist13 thescientist13 deleted the enhancement/issue-925-auto-spread-arrays-of-plugins branch September 22, 2022 12:43
thescientist13 added a commit that referenced this pull request Nov 3, 2022
* auto spread arrays of plugins

* flatten refactoring

* update docs and website content
thescientist13 added a commit that referenced this pull request Nov 12, 2022
* auto spread arrays of plugins

* flatten refactoring

* update docs and website content
thescientist13 added a commit that referenced this pull request Nov 23, 2022
* auto spread arrays of plugins

* flatten refactoring

* update docs and website content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins website Tasks related to the projects website / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auto spread arrays of plugins
1 participant