teambit / bit.envs

DEPRECATED - Bit compilers and testers were moved to https://github.com/teambit/envs
https://bit.dev/bit/envs
Other
23 stars 9 forks source link

remove imports to babel presets/plugins #30

Open GiladShoham opened 5 years ago

GiladShoham commented 5 years ago

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.