Hi everyone!
As working with dates in javascript is terrible I wanted to use luxon to make my life a lot easier. However I quickly run into errors because of the missing Intl support.
ReferenceError: Intl is not defined at systemLocale (index.js:10746:26(7))
Has anybody an idea on how to proceed?