Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/travis-r6s/gridsome-demo-guess

GuessJS + Gridsome Demo
https://github.com/travis-r6s/gridsome-demo-guess

Last synced: 16 days ago
JSON representation

GuessJS + Gridsome Demo

Awesome Lists containing this project

README

        

# Gridsome + GuessJS Demo

> This demo gives GuessJS a route provider with some fake data.

Running this site in development (`gridsome develop`) should work fine, with the browser console telling you which routes it will prefetch: `Prefetching /markdown-test-file`, `Prefetching /a-post-with-a-cover-image` etc.

However, running `gridsome build` gives the below error:

```bash
95% emitting GuessPlugin /path-to-site/guessjs/node_modules/guess-webpack/dist/guess-webpack/main.js:660
compilation.assets[mainName] = new ConcatSource(stats.compilation.assets['./output.js'], '\n', old.source());
^

TypeError: Cannot read property 'source' of undefined
```