Hi, I am migrating a large app from a Blaze view layer over to Vue. If I try to upgrade meteor to the latest rc (currently 1.8-rc.16), start the meteor server and direct my browser to localhost:3000, the app keeps refreshing indefinitely. Does this happen to anyone else?
I am using meteor-vue-tracker v1.0.0-beta.3 and akryum:vue-component v0.14.0.
yes, it happens to everyone else. I guess we have to wait until @akryum has some spare cpu cycles to fix his package. BTW, this appear to be a dev only thing: Meteor build appears to work fine.
I’m actually considering creating a new package that uses meteor + webpack. I cannot fix this issue for now because of lack of understaning the build system. We need some build tool gurus here