VandyHacks / vaken

Next-gen hackathon registration system
MIT License
49 stars 12 forks source link

Use parcel v2 bundler instead of webpack #880

Closed leonm1 closed 2 years ago

leonm1 commented 2 years ago

Switches the bundler, jest, and storybook to all use swc/swc-loader instead of babel.

Comparisons:

Bundler Speed index.js module size
Babel / Webpack 5 40s 1.01MB
SWC / Parcel v2 20s 734KB
codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit d7bdd216 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 22.2% (0% is the threshold).

This pull request will bring the total coverage in the repository to 61.7% (0.0% change).

View more on Code Climate.