jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.3k stars 513 forks source link

Using RRule in IE11 #402

Open AntonSermyazhko opened 4 years ago

AntonSermyazhko commented 4 years ago

Hello,

I have a problem using RRule in IE11. SystemJS thows an error in my project: Object doesn't support property or method 'assign'. This happens because the dependend library luxon does not use polyfills inside and was imported by SystemJS before polyfills from RRule. I do not use the RRule TimeZone library implementation in my project. And that’s why I don’t need a luxon. How can I solve the problem without using polyfilles inside my project?