I have a gatsby-ssr.js with an onRenderBody that doesn't get run during gatsby develop or gatsby build.
repro: https://github.com/GraphQLGuide/book/tree/repro-no-ssr
ON FILE LOAD is printed during gatsby build, but ON RENDER BODY isn't: gatsby-ssr.js