smogon / damage-calc

Pokemon games damage calculator
https://calc.pokemonshowdown.com
MIT License
390 stars 366 forks source link

Use a bundler like Parcel/Webpack during builds #328

Open scheibo opened 5 years ago

scheibo commented 5 years ago

Parcel: https://parceljs.org/ Webpack: https://webpack.js.org/

Parcel looks much simpler. Ideally the bundler should:

AustinXII commented 5 years ago

Parcel is also apparently has a lot better benchmarking

Zarel commented 5 years ago

I'm not sure if Parcel handles cache busting, though.

scheibo commented 5 years ago

Parcel does handle cache busting. Its also proven to be great for lazy loading, as well as a huge boon in development with hot module reloading. I have had absolutely zero problems with it so far and everything just works. It's amazing.