Echo JS 0.11.0

<~>
sylvainpv 2274 days ago. link parent 1 point
"People are still forced to configure it using package.json" > what are you talking about ?

Replies

nchanged 2274 days ago. link 1 point
Well, if you need your CSS handled like you want for example. How about setting some plugins for PostCSS, configuring Sass (with parcel you do it using package.json),  If you are building a large project you will need configs, sooner or later. How about aliases? I stop now ;-)
sylvainpv 2274 days ago. link 2 points
then you are configuring PostCSS and Sass, but parcel itself is zero config. I think Fusebox could learn a lot from the #0cjs trend, just like webpack did with v4
nchanged 2273 days ago. link 1 point
Zero config is good for getting started, but a large project needs some solid configuration.