Gatsby4 support
See original GitHub issueWhen I build my project using gatsby@4.0.0 I get
warn Plugin gatsby-plugin-robots-txt is not compatible with your gatsby version 4.0.0 - It requires gatsby@^3.0.0 || ^2.0.0
version 1.6.13
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Introducing Gatsby 4
Gatsby 4 now supports Server-Side Rendering, giving developers the choice of generating content at either build time, as with static-site generation, ...
Read more >Demystifying The New Gatsby Framework - Smashing Magazine
We've made Gatsby 10x faster to build and deploy by opening up two new rendering modes, adding support for Parallel Query Processing, ...
Read more >Gatsby Changelog | 5.3.0
We are dropping official support for React 16 and 17. The new minimal required version is React 18. This is a requirement for...
Read more >Run Gatsby 4 with DSG and SSR on Netlify today
Learn how to run Gatsby 4 on Netlify with new rendering modes, including Deferred Static Generation and Server-side Rendering.
Read more >Gatsby v4 - npm
Blazing fast modern site generator for React. ... These handy guides will help you add the improvements of Gatsby v4 to your site...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As an FYI, this also is breaking
npm audit fix
as well as rebuilding package-lock files if you use Gatsby 4.0 and this plugin. (note: it’s not the only plugin broken by Gatsby 4.0 due to peer dependency ranges).@visualjeff https://github.com/mdreizin/gatsby-plugin-robots-txt/pull/517#issuecomment-953469490