Gatsby's documention. https://www.gatsbyjs.org/docs/debugging-html-builds/     So you either have to check. if (typeof window !== "undefined") { gsap.registerPlugin(...) }   Or you have to put registerPlugin stuff in useEffect or componentDidMount.   Also, you might need to do this temp work around.      
    • Like
    4