-
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
Not working with Meteor 1.3.3.1 #121
Comments
For those who is facing the same issue and wants to temporary remove meteor-hmr instead of rolling back to 1.3.3: meteor remove gadicc:ecmascript-hot
meteor add ecmascript
npm rm --save-dev babel-preset-meteor
rm .babelrc |
Thanks for the detailed report. I haven't had a chance to test this exact case yet, but Meteor 1.3.3.1 is working fine so far for me with the latest code base, which I just published now as Btw, since Meteor 1.3.3 we don't need the babel-preset-meteor anymore... and Meteor works with |
The new Although One more quick comment: it is not very clear from the repo what's the latest beta at the moment. This information can be often found from the repo tags or releases, which do not exist. https://atmospherejs.com/gadicc/ecmascript-hot does not tell anything about beta's either. Perhaps, a reference to the latest beta in |
Yes |
Description of Problem
I upgraded to 1.3.3.1 and noticed a strange error: the result of imports became undefined. E.g.
imports/fortytwo.js
server/index.js
The problem with imports occurs only after switching to hmr, all is fine by default in 1.3.3.1. The problem did not appear on Meteor 1.3.3.
MWE
https://github.com/kachkaev/meteor-modules-test
Environment
The text was updated successfully, but these errors were encountered: