Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Support for Babel 7 #50

Open
jhchill666 opened this issue May 17, 2017 · 10 comments
Open

Support for Babel 7 #50

jhchill666 opened this issue May 17, 2017 · 10 comments

Comments

@jhchill666
Copy link

jhchill666 commented May 17, 2017

Babel 7 is currently in Alpha 9, and this plugin just silently fails.

Seems the CallExpression is never called.

Is support in the pipeline/planned?

@xtuc
Copy link

xtuc commented Aug 11, 2017

CallExpression is working correctly in Babel 7 (see)

@a-x-
Copy link

a-x- commented Jan 20, 2018

meanwhile…

Babel reach beta nowadays
we're using it in a production

@audiolion
Copy link

So does babel 7 support work for this?

@james-filtness
Copy link

This plugin does not work with babel 7 - I get lots of warnings in the console that various module paths cannot be resolved - all of which have been imported using an alias. Are there any plans to make the compatible with babel 7?

@xwchris
Copy link

xwchris commented Oct 10, 2018

The source code seem not complicated. I think we can rewrite it for babel 7!

@CrabDude
Copy link

CrabDude commented Oct 16, 2018

#57

Upgrade to Babel 7

@nathanfriemel
Copy link

I saw CrabDudes PR was failing tests and not getting any love so I took a stab at converting things to Babel 7 as well #59

@Deseao
Copy link

Deseao commented Jan 18, 2019

Are there plans to add support for Babel 7 or is there an existing preferred option I should switch to?

@nathanfriemel
Copy link

I created https://github.com/shortminds/babel-plugin-webpack-alias-7 about a month ago, hope to get more people to kick the tires on it.

@Deseao
Copy link

Deseao commented Jan 22, 2019

@nathanfriemel Thanks! Tests are green again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants