Jeremy Albright

Results 63 comments of Jeremy Albright
trafficstars

> If I understand it correctly people import stuff that has currently invalid syntax. This plugin runs a JIT compiler for processing `gatsby-node` & `gatsby-config`, so your original config files...

It seems strange that `gatsby-node.ts` is getting hit by Webpack. I know that `gatsby-node` is a watched dependency for the Webpack configuration, but that hasn't been an issue before. Can...

That's all for the site build; i.e. in webpack land. This plugin is meant to run before _any_ of that stuff runs... this current version runs as soon as `gatsby-config`...

A reproduction might be as simple as spinning up a starter and using this plugin in it. I will give that a whirl as soon as I have a bit...

First-class typescript `gatsby-config` & `gatsby-node` support is coming soon. They're supposed to be working on it in the next week or two. https://github.com/gatsbyjs/gatsby/discussions/31587#discussioncomment-1906686

There shouldn’t be any problem with v4. Can update soon

@PupoSDC that is not related. Can you open a new issue, preferably with a reproduction or with a link to the repo that is having this problem? --- @frontendphil I...

@LpmRaven hope you don't mind me adding a bit to the conversation. Theoretically, it looks like the following may work. I say theoretically because I don't have the option of...

Hmm, yeah... I'm not sure if type merging will work properly when also using schema stitching. IIRC, merging and stitching happen at different stages, which is one reason that `createResolvers`...

Here's one comment: https://github.com/gatsbyjs/gatsby/issues/23444#issuecomment-624746337 Still can't find the original discussion