Benedikt Rötsch
Benedikt Rötsch
We finally released a public alpha :) Please try it out and give feedback in the new discussion -> https://github.com/gatsbyjs/gatsby/discussions/38585
Published new alpha version - `[email protected]`
We published new alpha versions: - [email protected] - [email protected]
I fixed this with 528f600b777c38662e369978d514f4304cc3d7ca, will release a new alpha/canary soon.
Fix available now via: `[email protected]`, `[email protected]`, `[email protected]`, `[email protected]` (All under latest @canary tag)
@httpways do you still remember? If no, please just close this :)
Note to myself: The rename of `ContentfulReference` to `ContentfulEntity` should be part of the original PR for this new major version!
The relevant changes of this PR are here: https://github.com/gatsbyjs/gatsby/pull/31521/commits/d92be35d31e204e2ef01874b7144b91f3fd0bf64
Yeah if you export it as ESM, you have to keep the `type: module`, so thats fine. I'll have a look!
AFAIK: At best you compile down to ES6/ES7 and make sure to keep import/export. On 28 Mar 2023, 17:31 +0200, Yehonatan Daniv ***@***.***>, wrote: > I wonder whether it's ok...