Mike-Dax / gatsby-plugin-ffmpeg

A Gatsby ffmpeg plugin, for local statically transcoded video. Used on https://electricui.com
MIT License
4 stars 7 forks source link

Make it Gatsby v3 compatible #21

Closed cedricdelpoux closed 3 years ago

cedricdelpoux commented 3 years ago

Hi, thank you for this plugin. Unfortunately it does not work withGatsby v3 because boundActionCreators and createJob changed in v3.

The following line needs to be changed

const { boundActionCreators } = require(gatsby/dist/redux/actions)

Mike-Dax commented 3 years ago

The 0.4.x releases are Gatsby v3 compatible.