remove problematic sharp dependency
This commit is contained in:
parent
c69b314b67
commit
8e0160bfb7
|
@ -18,8 +18,6 @@ module.exports = {
|
|||
path: `${__dirname}/src/images`,
|
||||
},
|
||||
},
|
||||
`gatsby-transformer-sharp`,
|
||||
`gatsby-plugin-sharp`,
|
||||
`gatsby-plugin-robots-txt`,
|
||||
{
|
||||
resolve: `gatsby-plugin-manifest`,
|
||||
|
|
|
@ -16,9 +16,7 @@
|
|||
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
||||
"gatsby-plugin-robots-txt": "1.5.5",
|
||||
"gatsby-plugin-sass": "3.1.0",
|
||||
"gatsby-plugin-sharp": "2.13.1",
|
||||
"gatsby-source-filesystem": "2.10.0",
|
||||
"gatsby-transformer-sharp": "2.11.0",
|
||||
"http-status-codes": "2.1.4",
|
||||
"jsonp": "0.2.1",
|
||||
"node-sass": "5.0.0",
|
||||
|
|
Reference in New Issue