Skip to content

Commit

Permalink
chore(create-gatsby): Use new image plugin (#29356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Feb 6, 2021
1 parent a12580a commit 936c74e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/create-gatsby/src/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"gatsby-plugin-google-analytics": {
"message": "Add the Google Analytics tracking script"
},
"gatsby-plugin-sharp": {
"gatsby-plugin-image": {
"message": "Add responsive images",
"plugins": ["gatsby-transformer-sharp", "gatsby-source-filesystem:images"],
"dependencies": ["gatsby-image"],
"plugins": [
"gatsby-plugin-sharp",
"gatsby-transformer-sharp",
"gatsby-source-filesystem:images"
],
"options": {
"gatsby-source-filesystem:images": {
"name": "images",
Expand Down

0 comments on commit 936c74e

Please sign in to comment.