commenthol / date-holidays

worldwide holidays
https://commenthol.github.io/date-holidays/
Other
913 stars 237 forks source link

Reduce bundle size to only 1 country in Angular #310

Closed Gillardo closed 2 years ago

Gillardo commented 2 years ago

How can i do this, i only need 1 country at the moment, and the js files have increased in size loads.

We are using Angular 13.

Also we are getting this message. image

Is this project going to be updated as moment-timezone is now considered an out-dated project

commenthol commented 2 years ago
  1. RTFM
  2. luxor or date-fn still have problems with dates switching from or to DST. During that "switching" times the date conversions are wrong. Therefore I still have to stick with moment-timezone as being the only source where the conversions are correct.