See vuejs/vue#9232 (comment)
When using a bundleRenderer, we have to make webpack pass the VUE_ENV
env variable to the app with a DefinePlugin to actually make Vue.prototype.$isServer
work.
The hackernews example repo does this, but in the docs we don't mention it anywhere.