Skip to content

Commit

Permalink
Revert "chore(gatsby): Make plugins in PluginOptions type optional (
Browse files Browse the repository at this point in the history
#36351)"

This reverts commit a2fa5a2.
  • Loading branch information
LekoArts committed Aug 10, 2022
1 parent a2fa5a2 commit 86b6ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/index.d.ts
Expand Up @@ -824,7 +824,7 @@ export interface GatsbySSR<
}

export interface PluginOptions {
plugins?: unknown[]
plugins: unknown[]
[key: string]: unknown
}

Expand Down

0 comments on commit 86b6ee9

Please sign in to comment.