dalgard / meteor-viewmodel

Minimalist VM for Meteor
24 stars 2 forks source link

Doesn't work with meteor 1.1.0.3 #15

Closed avalanche1 closed 9 years ago

avalanche1 commented 9 years ago

Works fine with 1.2. But if I run 1.1 (which I run because it's far quicker on rebuilds) my whole project gets halted with this in console: image I guess there are some package conflicts here. Version 1.2 compiler says that some es6 stuff is loaded - maybe the culprit is there...

dalgard commented 9 years ago

I'll fix this right away, thanks for reporting.

dalgard commented 9 years ago

Running the /examples/all project with Meteor version 1.1.0.3 (with platform packages replaced by meteor-platform), the problem doesn't occur.

What other packages does your project use?

avalanche1 commented 9 years ago
meteor-platform
autopublish
insecure
accounts-password
coffeescript
mquandalle:jade
semantic:ui-css
meteorhacks:fast-render
dalgard:viewmodel

You can check it out here - https://github.com/avalanche1/test It was actually for testing Manuel's viewmodel, but I've commented out all vm-related code and it still gives errors... image

dalgard commented 9 years ago

I see it now. It didn't happen for me, because I use a local copy of the package – not the one on Atmosphere. I think it gets mangled somehow – the log says viewmodel.es6.js.js, which can't be right.

I'll have to ask about it in the forums.

https://forums.meteor.com/t/atmosphere-breaks-my-es6-package/11030

dalgard commented 9 years ago

There doesn't seem to be any progress on this issue, so I've made the decision to move the whole package forward to Meteor 1.2 – I know that this is a bummer for you, but it was going to happen eventually with version 1.0 of the package.

avalanche1 commented 8 years ago

I see. I'll stick with 1.1 and Manuel's vm for now, until https://github.com/meteor/meteor/issues/5269 is alleviated.

dalgard commented 8 years ago

I can understand that – it's pretty frustrating with the long build times.