-
Hi,
I suppose the following code, the webpack will load all files in `GATSBY_THEME_I18N_REACT_I18NEXT `, is there a better way to only load the current locale?
https://github.com/gatsbyjs/t…
-
### Describe the bug
```
ReferenceError: module is not defined
at eval (cssesc.js:110:1)
at instantiateModule (dep-BcXSligG.js:53408:11)
```
cssesc.js is CommonJS and can't be import…
-
I use a Layout Component with a navigation Bar. It is present at every route, so I put it at `gatsby-browser.js` like so
```
export const wrapPageElement = ({ element, props }) => {
return {eleme…
-
We can remove the runtime completely and go for static styles. Generate CSS files in the _build folder (for Melange/native) and in-source in ReScript.
- We will remove the runtime completely allowi…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…
-
Hello folks!
At https://github.com/gatsbyjs/gatsby we recently introduced a release process that includes the necessity for backports. We're only backporting to the current minor at the moment but …
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
### Description
When returning a redirect in the `getServeData` response, the redirect is not returned in the Gatsby dev mode, but it works when you do a `gatsby build && gatsby serve`. We also not…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…
-
## Description
We have pages in which banner image has title and subtitle which shows once the image loads. `onLoad` event does not trigger while rendering page on second run.
```
3.0.2
…