mishaaq / sun-card

Lovelace card for sun component - Home Assistant
MIT License
51 stars 10 forks source link

Change moment.js to other library #10

Open mishaaq opened 4 years ago

mishaaq commented 4 years ago

Moment.js is heavy and does not support tree-shaking, so the result bundle is more than 1 MB. It's tempting to swap it with another date/time manipulation library that is at least lighter, ie: Luxon or JS-Joda