Skip to content

Commit 98c3990

Browse files
authored
Merge pull request #7150 from layer5io/leecalcote-patch-1
Remove sharp plugins from gatsby-config
2 parents 8e36663 + 099f3a7 commit 98c3990

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gatsby-config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,6 @@ module.exports = {
474474
},
475475
},
476476
},
477-
"gatsby-plugin-sharp",
478-
"gatsby-transformer-sharp",
479477
{
480478
resolve: "gatsby-source-filesystem",
481479
options: {
@@ -638,4 +636,4 @@ module.exports = {
638636
"gatsby-plugin-meta-redirect",
639637
// make sure this is always the last one
640638
],
641-
};
639+
};

0 commit comments

Comments
 (0)