-
Notifications
You must be signed in to change notification settings - Fork 103
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
babel-root-slash-import breaks Meteor build #82
Comments
I'm facing similar issue several days ago. But it seems MDG disable .babelrc support in But the |
Ah oops, actually, I guess it works in |
Sure, the It's an issue when Meteor enables |
I think if it's the time for .babelrc in meteor, we can try to use this only when mantra running tests rather doing this in the .babelrc. |
Now if you update to the latest stable version of meteor, this issue will come. Ref : https://forums.meteor.com/t/1-3-3-imports-breaking/24890 |
Guys, I just introduce a new version of I've updated this repo to use it. |
The latest version of meteor-react-hotloader introduces
.babelrc
support. But thebabel-root-slash-import
plugin breaks the Meteor build process, I get an error like:I guess because this is emulating Meteor's behaviour outside of Meteor but inside of Meteor it overrides / breaks it :)
Not sure if this has been an issue withBut inevitably Meteor will supportwebpack:webpack
too?.babelrc
in post-1.3 anyway.Hope this is the right place for this issue (the repo has issues disabled, but this is mostly about using it inside of Meteor which isn't it's original use case). Not sure how you'd want to best handle this case.
The text was updated successfully, but these errors were encountered: