Skip to content

Commit 099f3a7

Browse files
authored
Remove sharp plugins from gatsby-config
Removed gatsby-plugin-sharp and gatsby-transformer-sharp from plugins. Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 8e36663 commit 099f3a7

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)