Open degger80 opened 8 years ago
when running in production: meteor --production got this error on client: web.js:1Uncaught ReferenceError: webpackJsonp is not defined
meteor --production
web.js:1Uncaught ReferenceError: webpackJsonp is not defined
PS: Great example. Are there any success with server rendering?
I'll take a look at this asap.
For server-side rendering, I'm waiting for vue 2.0 to be more stable.
+1
It looks like it isn't loading the common chunk. It's also loading the meteor.startup.js after web.js.
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?