Jeremy Albright
Jeremy Albright
Not sure what's going on with the tests; some problem with `cache-dir/production-app.js`... I can reproduce the problem locally, but reverting these changes doesn't seem to make a difference, so I...
@iclanton thanks for letting me know. I'll make sure to do that
The [README](https://github.com/Js-Brecht/gatsby-plugin-ts-config/tree/v2.0.1#options) lists the available options. They are all optional.
I show the `opts` parameter in the example to indicate that it _is_ an available parameter, and what to put there. The examples aren’t generally working code anyway. I suppose...
Perhaps an API listing would be good to have, as well. They could include the function signature for `useGatsbyConfig` and `useNodeConfig`
Hi @cameronbraid... that is odd. I'll need to take a look at what they're doing that could cause that. In the meantime, are you already using [gatsby-ts](https://www.npmjs.com/package/gatsby-ts)? It's the next...
@cameronbraid are you able to share the repository?
@cameronbraid i believe that is probably the same problem as #57. I think Gatsby is doing some parsing & analysis on `gatsby-node` later on during the bootstrap, but it does...
Not sure if @LekoArts is already aware of the issue here and in #57 when dealing with typescript `gatsby-node` modules, but I imagine that by redirecting its resolution to pre-preprocessed...
> Ok, thanks. Unfortunately I cant use `gatsby@alpha-ts-aot` yet since I have a few local plugins I just started looking through the diff on the AOT RFC. Maybe I can...