pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
832 stars 355 forks source link

Swap webpack for esbuild #906

Closed daviszung closed 1 year ago

daviszung commented 1 year ago

Removed instances of duplicate object keys in src/space.js and src/truepath.js.


Changed bundler from webpack to esbuild. I didn't test bundle sizes but it's probably still the same. Bundling speed increased by around 110-120x.

webpackwiki webpackbuild esbuildwiki esbuildbuild