-
Great plugin, thanks for creating it!
Sometimes I don't want to process any images - for example in my CI pipeline. An easy way to accomplish that is to do something like in `gatsby-config.js`:
…
-
# copy readme.md error
```js
"scripts": {
"copy": "cp ./README.md ./static/",
"deploy": "npm run copy && gatsby build && gh-pages -d public master",
"deploy-prefix": "gatsby buil…
-
### 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,…
-
## Summary
Right now, when you retrieve an asset/image from Contentful, it just retrieve the url and the passed params has no effect on it.
the idea of this is extend the graphql image type to be …
-
## Description
`gridsome develop` leads to this:
```
Error: Can't resolve 'core-js/modules/es6.array.filter' in '/home/maxie/GDrive/RHUL/y5/CS4821/FullUnit_1920_MaximilianBerkmann/spirit-cartel/n…
-
In the process of trying out if `next-tweet` (soon to be renamed to `react-tweet`) could work with Gatsby's [Partial Hydration](https://www.gatsbyjs.com/docs/how-to/performance/partial-hydration/) (th…
-
I've spun up a demo and am really impressed with Prime - especially that it's OSS and built on your own time. I could see this growing into something that I could use with client projects, and would l…
-
johno updated
5 years ago
-
Thanks a lot for writing this plugin first of all.
It seems like the plugin fails to generate correct `.js` file when a page contains a `file` or `allFile` GraphQL query. For example, one of my pag…
-
### 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,…
nclzz updated
9 months ago