-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor 1.3 #136
Comments
It doesn't work very well, I tried it just now. |
Would you really need 1.3 with this setup anyway though? |
You may not need 1.3 for the new features it provides, but meteor is moving to 1.3 regardless and we probably wouldn't want to be stuck with an old version right? |
I'd imagine it would still work though as 1.3 modules are optional. |
@rclai what doesn't work very well? what problems did you hit? |
Off the top of my head: I was using master branch, Every time you made a client component change, it would restart the meteor server so the hot reloading was slow. I think that might be related to one of the 1.3 issues. |
The |
No rush. |
Now that a new beta is out where they've resolved a bunch of stuff, it's time to try it out again. |
1.3 is out 👍 I would be happy to help migrating this plugin to 1.3. |
I don't think there's much to remove besides the custom-built core-js (and we should make sure the one from Meteor works for the Webpacked code as well, including the Number constructor issue -- i.e. testing |
Also, we need to verify that we can prevent the large bundle issue (supposedly naming the bundles |
Why not simply in a webpack project use Asteroid(https://github.com/mondora/asteroid) to communicate with a meteor server ? I've been trying to get my webpack-react app working with meteor, but the two kinds packaging systems tangled together, just felt not so right. After two days, I decided to simply go with the Asteroid approach. Unless Meteor officially supports webpack, though it would be best if meteor could let us use its packages through npm. Anyway, best wishes : ) |
@ChrisOHu Yes, asteroid would be cool, but I think its API is too different from the Meteor API to use for a general-purpose skeleton project. At least not this one. For instance, you don't get to use Minimongo with it, so you have to do something else. Feel free to set up your own skeleton project though! |
@ChrisOHu also, I've seen some Meteor devs say on the forums that they plan to transform Meteor into a bunch of npm modules. |
Hi @jedwards1211 thanks for the info : ) |
See #140 |
Hi everyone, I now have the solution for using Meteor 1.4! It's a new app skeleton that's way slicker than this: jedwards1211/crater It sidesteps Isobuild for everything but installing and building meteor packages. All of your own code runs via |
Does this repo support meteor 1.3?
The text was updated successfully, but these errors were encountered: