Skip to content

A project to help compare bundle size and build times between parcel2 and webpack.

Notifications You must be signed in to change notification settings

astegmaier/parcel-webpack-comparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-webpack-comparer

This project aims to make it a bit easier to compare bundle size and build times between Parcel2 and webpack.

There is a single app in the "src" folder. You can build it with Parcel2 (with default babel config) by running yarn build:parcel, and with webpack (with babel) by running yarn build:webpack.

After the build output is generated, you can run yarn analyze to generate a comparison of the build output using source-map-explorer. It will put html and tsv files in the analyses folder that show you makeup of each build output, plus two sets of diffs (showing things that are present in parcel's build, but not webpack's, and vice versa).

About

A project to help compare bundle size and build times between parcel2 and webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published