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
There are a lot of imports in different compilers to different babel plugins/presets.
The reason beyond this imports is to make sure they are in the dependencies graph so they will be installed upon import the compiler.
Now when we have the overrides feature, we can use it to enforce the dependencies and remove the redundant import statements.
The text was updated successfully, but these errors were encountered:
There are a lot of imports in different compilers to different babel plugins/presets.
The reason beyond this imports is to make sure they are in the dependencies graph so they will be installed upon import the compiler.
Now when we have the overrides feature, we can use it to enforce the dependencies and remove the redundant import statements.
The text was updated successfully, but these errors were encountered: