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

Make the project modular/plugable #460

Closed
pasviegas opened this issue Aug 18, 2016 · 1 comment
Closed

Make the project modular/plugable #460

pasviegas opened this issue Aug 18, 2016 · 1 comment

Comments

@pasviegas
Copy link

I think it would be awesome if the project was modular and devs could pick plugins/modules that they prefer and suit their needs.

Having a standard way of plugin in some tool would relieve the project from the burden of having to choose or adopt any tech and also give the power for the dev to have all their build bundled somewhat together as dependencies.

A complex project setup could be something like a "babel preset", a bundle of multiple create-react-app plugged in one dependency.

@gaearon
Copy link
Contributor

gaearon commented Aug 18, 2016

Thanks for the suggestion. If you search the issues you will find that this has been suggested multiple times.

The argument against is that we won't be able to ensure quality and hassle free setup if people can override everything. The intention of this project is to curate a stable set of tools and sane defaults, and ship them for users who don't want to spend days debugging slight configuration incompatibilities between two conflicting tools or extensions (which is what often happens with Babel or Webpack plugins).

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

No branches or pull requests

2 participants