Skip to content
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

remove imports to babel presets/plugins #30

Open
GiladShoham opened this issue May 8, 2019 · 0 comments
Open

remove imports to babel presets/plugins #30

GiladShoham opened this issue May 8, 2019 · 0 comments

Comments

@GiladShoham
Copy link
Member

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.

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

No branches or pull requests

2 participants