Import aliases for Meteor 1.3 modules?

How do you guys feel about having import aliases in Meteor 1.3 modules? The idea is comparable to Webpack’s resolve.alias config option.

2 Likes

This would be a nice feature it seems …guess this is something to look forward to.

1 Like

I wish this was possible already. I can’t get any of the babel alias plugins to work with meteor. :sweat:

Did any solution come up for imports alias?

I think part of the feeling here is that allowing arbitrary aliases might make moving forward with new standards and keeping backwards compatibility pretty difficult. Is there an open issue about it? GitHub is the best place to talk about these kinds of feature requests.