-
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
Error when deploy with mupx (no modules-runtime-hot in production) #46
Comments
Are you using |
[139.162.2.61] => Starting meteor app on port:80 tried install babel-preset-meteor but it still get this error |
Wait so the 1st error went away with an upgrade? The 2nd error is safe to ignore, since we only use that package during build time, and not run time. I'll add some code to silence this warning in the next version. I'll track in #50. |
but after this it reverts to old working one |
Wait so you're saying you're still getting |
i'm trying to deploy again, will post all mupx logs |
|
Haha this seems like a "lucky packet" where every time you get a different error :) We shouldn't really be running any of the 'modules-runtime-hot' code in production though, so I'll get this fixed in the next release. |
LoL btw thanks all the great efforsts !!! |
@crapthings, sorry, this is fixed but it might be a while until this lands in a publishable release... I just finished a massive refactor, and things are quite different now. but I hope to have a testing / experimental release out sometime this weekend. |
Here's the experimental release #51. Will of course be in the next stable whenever that is. And thanks for the kind words earlier! :) |
we droped webpack and move to native npm and using hot loader
meteor 1.3.2.2
The text was updated successfully, but these errors were encountered: