We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950d9d5 commit 9359d37Copy full SHA for 9359d37
packages/gatsby-transformer-video/src/ffmpeg.js
@@ -12,9 +12,6 @@ import PQueue from "p-queue"
12
export default class FFMPEG {
13
constructor({ rootDir, ffmpegPath, ffprobePath }) {
14
this.queue = new PQueue({ concurrency: 1 })
15
- this.cacheDir = resolve(
16
- `${rootDir}/node_modules/.cache/gatsby-transformer-video/`
17
- )
18
this.rootDir = rootDir
19
20
if (ffmpegPath) {
0 commit comments