-
Notifications
You must be signed in to change notification settings - Fork 32
Support for Babel 7 #50
Comments
|
meanwhile… Babel reach beta nowadays |
So does babel 7 support work for this? |
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? |
The source code seem not complicated. I think we can rewrite it for babel 7! |
|
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 |
Are there plans to add support for Babel 7 or is there an existing preferred option I should switch to? |
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. |
@nathanfriemel Thanks! Tests are green again. |
Babel 7
is currently inAlpha 9
, and this plugin just silently fails.Seems the
CallExpression
is never called.Is support in the pipeline/planned?
The text was updated successfully, but these errors were encountered: