-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Duplicated plugin #77
Comments
What was your full original |
Here it is.
|
This happens because you had the If anyone wants to look at this issue, it's because we "eject" the stage presets by replacing them with the plugins that they enable, without checking if those plugins are already there. |
Not sure if this is the same issue, but I just ran input
output
As I ponder it, it may be that the input was suboptimal (Babel & the various stage configs sometimes seems like black magic to me), but it worked, and afterward, it didn't. Removing the duplicate entry fixed the problem and everything started working again. Thank you for this utility! I spent 4 hours trying to upgrade manually this morning w/ no luck. I started over and, aside from this hiccup, this utility did the job in a few minutes. |
After run babel-upgrade, it create duplicate
@babel/plugin-syntax-dynamic-import
in.babelrc
.Version: 0.0.23
The text was updated successfully, but these errors were encountered: