* fix(builder): Watch store dir to restart Nuxt app when options.store=false
* hotfix: Linting issues
* hotfix: Use path.resolve instead of path.join
* test: Update test for watcher
* hotfix: revert to path.join and fix tests
* hotfix: Fix coverage for hard to test condition
* hotfix: Fix test for Windows
* Update builder.js
* fix lint error
* fix: Cache serverMiddlewarePaths
* pkg(nuxt-start): add node-fetch, unfetch
* pkg(vue-app): add node-fetch, unfetch
* add yarn.lock
* feat(config): _app.fetch options
* feat(builder): add fetch to templateVars
* feat(vue-app): polyfill global with fetch
* feat(fixtures/basic): /api/test
* add fetch example to fixtures
* remove unfetch from nuxt-start
* update template snapshot
* revert extra new line in server.js
* single line if