-
## Summary
It would be great if the CLI had a `lint` command like `@vue/cli`, except it might use `eslint-plugin-gridsome` instead of the one for Vue projects.
### Basic example
```bash
grid…
-
## Description
I have a lot of images but to be fair I always have. I was able to build last week and all of a sudden it's failing. I can build locally but on Netlify I am seeing this in the logs b…
-
## Description
Can't run gridsome build
### Steps to reproduce
ran gridsome build and got
Gridsome v0.6.7
Initializing plugins...
Initialize - 0.4s
Load sources - 0.42s
Create Graph…
-
## Description
The current configuration file structure seems a bit awkward when using multiple transformers with source-filesystem plugin.
### What I Expected to Work
{
use: '@grids…
-
## Description
I have code like this:
```
api.loadSource(async ({ addCollection, getCollection, addSchemaTypes }) => {
addSchemaTypes(`
type Language implements Node {
…
Sparo updated
4 years ago
-
## Description
I'm trying to build a plugin which does have some async processes running, so I could not use the `api.onCreateNode()` hook, I'm using the `api.loadSource()` and now getting all nodes …
-
## Description
The default GraphQL layer offers a date formatter to help format the datetime consistently, however the formatter doesn't respect timezones.
### Steps to reproduce
Given a Grap…
-
Sorry if this is not a bug and actually a feature request or intended behavior.
## Description
Schema fields added with `addSchemaResolvers` are not accessible at route buildtime. When using the…
-
## Description
I want to build my website (a simple blog) using wordpress and Gridsome but I have a lot of boilerplate genearted by SSR in my final html.
### Steps to reproduce
After building…
-
Tried a number of shiki-supported themes without luck and only `nord` works with this plugin.
```
transformers: {
remark: {
plugins: [
[
'gridsome-plugin-remark-shi…