Akryum / kickstart-meteor-vue-huge-app

Example meteor project featuring vue, code-splitting and hot-reload
48 stars 11 forks source link

web.js:1Uncaught ReferenceError: webpackJsonp is not defined #2

Open degger80 opened 8 years ago

degger80 commented 8 years ago

when running in production: meteor --production got this error on client: web.js:1Uncaught ReferenceError: webpackJsonp is not defined

PS: Great example. Are there any success with server rendering?

Akryum commented 8 years ago

I'll take a look at this asap.

For server-side rendering, I'm waiting for vue 2.0 to be more stable.

MKRazz commented 8 years ago

+1

MKRazz commented 8 years ago

It looks like it isn't loading the common chunk. It's also loading the meteor.startup.js after web.js.