You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran the babel-upgrade command. However, the output resulted in one plugin being set twice, which when running build threw an error about their being a duplicate plugin.
Ideally, this babel-upgrade plugin would check for duplicate entries and remove.
I just ran the babel-upgrade command. However, the output resulted in one plugin being set twice, which when running build threw an error about their being a duplicate plugin.
Ideally, this babel-upgrade plugin would check for duplicate entries and remove.
here was my previous .babelrc, and .after
Before
After
Diff that came from babel-upgrade (truncated)
Duplicated "@babel/plugin-syntax-dynamic-import"
The text was updated successfully, but these errors were encountered: