Blank Screen with SPA mode and Apollo Module
[issue link]When in the regular mode, my app works fine. But when switching to mode: 'spa' in the nuxt.config file, the application switches to a blank screen with the loading icon continuously looping. When checking the console, there is an error Error while initializing app TypeError: Cannot read property 'apollo' of undefined which makes me think this is related to the nuxtjs/apollo module. Example can be seen here: http://synonymous-view.surge.sh/
I’m currently updated to RC 11, and a repo of my code can be found at: https://bitbucket.org/abattenburg/nuxtapolloboilerplate. Trying to use SPA to get persistent state, so any thoughts would be much appreciated!