-
Notifications
You must be signed in to change notification settings - Fork 10
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
Help test gadicc:[email protected] (for Meteor 1.3.3) #51
Comments
Am a bit puzzled with this new approach. Does this mean, that hot-loader will now make it to the production code? |
Hey @tomitrescak, sorry, I've made so many changes in the last few days I'm not sure exactly which new approach you're referring too :) But no, nothing lands up in production (although in theory, one day, there's stuff we might want to... the webpack HMR API works in production, I think).
|
I'm away for the long weekend. But just published |
@gadicc sorry, I am a bit lost with the install. Do we have to simply |
If you only want to have the ability to hot-reload modules then you only need If you want to hot-reload react components without losing state then you should follow these instructions: https://github.com/gadicc/meteor-hmr/blob/master/docs/React_Hotloading.md. If you're updating from |
thx @clayne11 I only want the ability to use .babelrc file. I see in https://github.com/gadicc/meteor-hmr/blob/master/docs/Upgrading.md that this project is now only for hot reload purpose. But it talks about the 1.3.3 meteor version (which is not released yet, it is?) So what do I have to do?
|
Hey @dagatsoin, yeah, we're expecting the official babelrc support to be around before publishing the next stable (all the docs are gearing up in preparation for this). I'm not sure exactly when it will land though. Fortunately though, in anticipation, we split all the babelrc related stuff out of the project. Can you try just replacing |
Yep it seems to work, thx @gadicc :) |
Great stuff! Thanks for reporting back. |
The new version of |
Hot loading seems to have stopped working for me and I'm not sure why. Every time I save a file, the file gets updated, but then the hot-loader seems to go right up to the entry point for my app as if that file had changed, even though I'm not touching it. Obviously the entry point to my app isn't hot and so it's causing an HCP. This is all happening after I hit save once in When I use |
Great news, @clayne11! For the first part :) I'll have more time for this and the other issues tomorrow. I guess what's not well tested is the same file being imported by multiple other files... did you always used to get so many console lines from a hot update? I'll also add another debug level which will show the import route being followed. Does vim maybe do an atomic write like intellij? I hope to solve most of these issues this week. |
It's possible that vim does atomic writes. Good point. No, I didn't used to get so many console statements. I would usually get 2-3 |
@clayne11, you probably saw, but
P.S. I checked and vim does have an atomic save option. Will be very happy if we can fix this, seems to affect a lot of people. |
|
Still not working for me... Please see #67. |
Working for me with: OS: Mac OS X 10.11 Great work! |
Thanks everyone for helping with this experimental release! If any new issues arise, please open separate bug reports for them. I hope to have a |
Hey all, haven't had as much time as I'd like to work on this lately, and it's difficult because rebuilding build plugins takes forever :/ I squeezed in quite a lot of stuff I wanted in rc0 recently, it seemed too much to jump straight to an rc, so, |
Still working for me. On Wed, May 18, 2016, 08:22 Gadi Cohen [email protected] wrote:
|
I'm unable to install beta.4:
Constraint in .meteor/packages is
|
same for me 2016-05-19 16:49 GMT+03:00 jbbr [email protected]:
|
Thanks, everyone! Sorry, not sure where that Let's see how this goes... in a few more days I'll announce in on the forums too... if it proves stable we can maybe even skip the rc's... it's inevitable with more users something will crop up though. But it's a great help knowing that so far so good. |
Just a heads up, I was planning on releasing a stable this week if nothing came else up, but now with Meteor 1.3.3 beta0 out, I'm going to target that instead, with the aim to release our stable in tandem with the 1.3.3 stable. Reason being, I'd prefer to release just one stable, that won't require many more changes. 1.3.3 both has some big under-the-hood changes but also includes its own babelrc supports which massively reduces the strain on this project :) I'll report back here and in #97. As I side note, I really appreciate the efforts of other users helping each other (special mention to @clayne11, @tomitrescak, @sammkj, @priezz). I was actually just thinking this weekend how the open-sourcing and support of this project has unfortunately hurt my work commitments this year but seeing these kinds of user-interaction going on really helps and keeps me motivated :) |
Gadi, just keep moving forward! Sure, MDG will implement better build and hot reload systems some day, but the projects like yours prevent many people from switching from Meteor to something else right today. You know very well, that many of us are really tied of the never ending rebuild/reload. |
Gadi, I'm supposed to be finishing a grant application with deadline on Wednesday, instead I was correcting the Atom plugin for Mantra and my Meteor packages as too many requests piled up. I know exactly how you feel. Open source community is sooo inspiring but also very time demanding .. Yet I love it from the bottom of my heart! Thanks for working on this functionality that made me drop the Webpack solution and saved me heaps of time and debugging, deploying issues. I'll soon post a small info on my road to understanding how this all works. Also, I have the repo that extends your boilerplate on Mantra with Redux and Apollo, so if you want we can put it in your docs. |
Is it |
with
which seems to be fixed in 7828863 that is referenced as |
It's |
Published gadicc:[email protected]. Published gadicc:[email protected]. Published gadicc:[email protected]. Published gadicc:[email protected]. Published gadicc:[email protected]
Hey all, a bit late, but, just published |
@tomitrescak, sure, I'll gladly accept a PR that links to your boilerplate from the Boilerplate docs, thanks! And thanks @priezz and @tomitrescak for the supportive words :D |
There's a |
I'm having trouble installing I'm getting a version constraint issue:
My |
Argh, hate it when Meteor's not clear about where constraints come from. One of your packages maybe? Any old local copies of meteor-hmr in your packages folder? What happens if you |
@clayne11, I believe you have Meteor 1.3.3 while 2.0.0-beta.6 has a constraint for Meteor 1.3.3.1 minimum. Update Meteor and the issue will go away. |
Thanks! I updated and I can confirm that it's working now. |
Do things still work with the new Meteor 1.3.5.1 (and the upcoming 1.4 release)? |
@markoshust I'm using |
First see https://github.com/gadicc/meteor-react-hotloader/blob/master/docs/Upgrading.md.
Please mention general issues here (or open a new issue), and anything specific to the new alpha release of meteor-react-hotloader in this issue.
Please report successes too! And mention your OS. I'm assuming Windows is still broken from the issue in the
fast
releases. Will mention something in the forums early next week after this super early release has had some use.cc: @clayne11, @tomitrescak
The text was updated successfully, but these errors were encountered: