|
|
|
|
|
by why-oh-why
2353 days ago
|
|
If you want to just bundle, use rollup or browserify. They are pure bundlers based around ES Modules and CommonJS respectively. Parcel is here because most people don’t need to just bundle but also a whole pipeline for optimization and extended browser support (Babel) |
|