open-duelyst / duelyst

Duelyst is a digital collectible card game and turn-based strategy hybrid, developed by Counterplay Games.
Creative Commons Zero v1.0 Universal
3.61k stars 555 forks source link

[P3] Replace Moment.js with Day.js #254

Open yoganlava opened 1 year ago

yoganlava commented 1 year ago

Summary

As you probably know Moment.js has a fat bundle size (67.9kb). Day.js achieves (mostly) the same functionality while only being 2kb in size.

Might do this on my own as a first issue

willroberts commented 1 year ago

Good idea! You can also check out this issue for more Moment.js-related pain points: https://github.com/open-duelyst/duelyst/issues/52