You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 makeVue.prototype.$isServer
work.The hackernews example repo does this, but in the docs we don't mention it anywhere.
The text was updated successfully, but these errors were encountered: