Skip to content

Commit dbab3f9

Browse files
authored
feat(gatsby-plugin-sharp): move to jobs-api v2 (#19940)
Convert gatsby-plugin-sharp to use new createJobV2 action. I converted the fluid & fixed operations to use the batchQueueImageResizing function. Now we can make our sharp plugin a bit more simpler as we don't have so many queues anymore.
1 parent 039c601 commit dbab3f9

17 files changed

+1969
-885
lines changed

packages/gatsby-plugin-sharp/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"imagemin-webp": "^5.1.0",
2020
"lodash": "^4.17.15",
2121
"mini-svg-data-uri": "^1.1.3",
22-
"p-defer": "^3.0.0",
2322
"potrace": "^2.1.2",
2423
"probe-image-size": "^4.1.1",
2524
"progress": "^2.0.3",

0 commit comments

Comments
 (0)