Skip to content

Commit cdbc9cd

Browse files
committed
docs: add link to resolving build issues
closes #399
1 parent e26cb2a commit cdbc9cd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/getting-started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ build: {
7373
}
7474
```
7575

76+
### Resolving Build Issues
77+
78+
If you have issues with sub-dependencies not loading correctly, you may want to check out [this GitHub issue](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/399). One of the suggestions is likely to fix the issue.
79+
80+
7681
Be sure to read the section of the docs dedicated to [Working With Nuxt](./nuxt.md).
7782

7883
## Vue DevTools

docs/nuxt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ export const actions = {
299299

300300
```
301301

302+
## Resolving Build Issues
303+
304+
If you have issues with sub-dependencies not loading correctly, you may want to check out [this GitHub issue](https://github.com/feathersjs-ecosystem/feathers-vuex/issues/399). One of the suggestions is likely to fix the issue.
305+
302306
## Full nuxt configuration example
303307

304308
[Check a full nuxt exemple in the common patterns section](./common-patterns.md#full-nuxt-example)

0 commit comments

Comments
 (0)