jpray / simple-shop

1 stars 1 forks source link

I have questions! #1

Open rhali786 opened 5 years ago

rhali786 commented 5 years ago
jpray commented 5 years ago

Cool! Parcel-builder is quite similar to webpack. Parcel has more of a focus on being "zero-config". If you need highly-customized bundling when webpack might be a better fit. If you aren't doing much crazy stuff then parcel is easier to get started with in my opinion, though webpack does have a zero-config mode too. Also under the hood webpack wraps all your modules in eval(...) statements which is pretty inelegant in my opinion and harder to debug the built code without source maps.