The update of ecmascript cause issues #8399
Comments
What version of Meteor are you using? |
Hi @abernix I use the version 1.4.2.6 at this moment. But same problem with 1.4.2.7 |
If you're using Meteor 1.4.2.x and experience problems like this you'll want to pin your I'd also encourage you to try Meteor 1.4.3.1 and see if it works for you. It's not currently marked as If you choose to stay on Meteor 1.4.2.x, you'll want to pin your |
Closing, but happy to reopen if that doesn't fix it for you! |
@abernix Thanks, but with Meteor 1.4.3.1 the babel plugin still not works :/ |
Will you please provide a reproduction repo as instructed in reporting a bug? |
@abernix No problem. I will do that |
@abernix Here the repo : https://github.com/Themandunord/babel-error Tell me if it not necessary to reproduce the bug :) |
I think Babel plugins that process |
@Themandunord Considering |
@abernix it's explain here : https://github.com/ant-design/babel-plugin-import It's to avoid to load all components. |
@abernix, any updates ? |
I haven't had an opportunity to look at your reproduction or analyze a possible fix yet. Does your project work correctly if you just remove If you need to keep going at the moment, you should use Meteor 1.4.2.7 with |
@abernix Yes for now, I use meteor 14.2.7. But it's not a solution :/ If I remove the babel plugin, the whole package is used, so it's not a good solution too :/ |
I got the same problem here. According to this issue meteor/babel#13 , it might be caused by the |
This should be fixed if you run |
@Themandunord I definitely did test https://github.com/Themandunord/babel-error before I commented. Perhaps try |
@benjamn I don't doubt your skills ;) |
@benjamn Sorry, I don't have access to my computer last night... And I'm going to vacation this week. So I can't try to update my repo. |
@lhz516 Are you still experiencing this problem after |
I just tested and it still doesn't work. These's still a warning message in the browser console:
Env: In
In
The expectation of using
to
If you need a reproduction project, I can upload the repo to GitHub. |
Reproductions always welcome! |
No problem. I just uploaded a reproduction https://github.com/lhz516/antd-meteor-1.4-babel-bug |
I can confirm same results as @abernix |
I hit the issues in meteor 1.5.2.2, this is a reproduction https://github.com/fangjj/antd-meteor-1.6.1-bug, please help me out! @benjamn |
I hit the issues in meteor 1.5.2.2, this is a reproduction https://github.com/fangjj/antd-meteor-1.6.1-bug, please help me out! @benjamn @abernix |
this issues still in meteor 1.6. |
Same issue on 1.6.1 |
Thanks @fangjj @avalanche1 - I'll re-open this for now so it doesn't get lost (but I haven't had a chance to verify / look into it). |
@fangjj Your reproduction doesn't seem to be available anymore. @avalanche1 Do you have a reproduction that demonstrates this is still happening with Meteor 1.6.1? |
@hwillson i'm sorry, https://github.com/fangjj/antd-meteor-1.6.1-bug this is new repository for it. |
I'm glad that this issue is opened again. In my understanding, It would be great if there's a more flexible way to load custom Babel plugins. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed it has not had recent activity. |
Hi,
With the last version of ecmascript@0.6.3, a plugin for babel don't work anymore.
This package is https://github.com/ant-design/babel-plugin-import
With the version @0.6.1 of ecmascript, this plugin works great.
Do you have any idea ?
meteor/babel#13
ant-design/babel-plugin-import#117
The text was updated successfully, but these errors were encountered: