Skip to content

olegkorol/vue-bundlers-test

Repository files navigation

Quick Bundlers Test

A very quick and dead simple comparison between Parcel, Rollup and Webpack.

Builds

# install dependencies
yarn

# build with webpack (to dir: wpck/)
yarn wbpck

# build with rollup (to dir: rllp/)
yarn rllp

# build with parcel (to dir: dist/)
yarn prcl

Webpack (99KB):

webpack

Rollup (7KB):

rollup

Parcel (66KB):

parcel

About

Very quick test of different bundlers for Vue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published