Michael Barrett
Michael Barrett
From the Gatsby [documentation](https://www.gatsbyjs.org/docs/creating-a-local-plugin/) > Like all gatsby-* files, the code is not processed by Babel. If you want to use JavaScript syntax which isn’t supported by your version of...
While building a Nuxt3 app, noticed that the parsed output of _parseRichTextValue and friends restructure the rich text object output. This restructuring breaks compatibility with Contentful's Rich Text rendering tools....
ContentfulClient is written to have a hard-coded fallback to node-fetch: https://github.com/nascentdigital/contentfully/blob/cfa6759e122f126b714f41ee69b840fda46bee57/src/contentful/ContentfulClient.ts#L113 This breaks react-native builds, failing a [brwoserlist](https://www.npmjs.com/package/browserlist) requirement. Browserlist is not packaged (for obvious reasons) with Expo or the...