sarsamurmu / reboost

A super fast dev server for rapid web development
MIT License
61 stars 3 forks source link

"includeDefaultPlugins" config option #45

Open GHNewbiee opened 4 years ago

GHNewbiee commented 4 years ago

Since you give the option (freedom) for default plugins (CSSPlugin and esbuildPlugin) not to be included (i.e. to get disabled), it may would be better to cancel the term "default" and make both of them select-able as the rest ones. They are not needed to be enabled by default.

Under the same thought, also the term built-in may would be cancelled.

So, you will have by default a fully modular dev environment!

Further, you could adopt categories such as:

I think it's simpler and more straight. One can choose whatever wants to work with.

sarsamurmu commented 4 years ago

I like the idea. But before doing that I have to think about it.