Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node: Keep functions out of Vuex state #9

Merged
merged 1 commit into from
May 1, 2017
Merged

Conversation

marshallswain
Copy link
Member

@marshallswain marshallswain commented May 1, 2017

This adds isNode and isBrowser utilities and uses them to conditionally add the all alias to the Feathers services in the feathers-module. This prevents the circular JSON problem when serializing in Nuxt SSR.

Related to #8

This adds `isNode` and `isBrowser` utilities and uses them to conditionally add the `all` alias to the Feathers services in the feathers-module.  This prevents the circular JSON problem when serializing in Nuxt SSR.

Related to #8
@marshallswain marshallswain merged commit 0919a1c into master May 1, 2017
@marshallswain marshallswain deleted the fix-nuxt-ssr branch May 1, 2017 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant