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.27k stars 506 forks source link

Sourcemap paths are broken #554

Open crobinson42 opened 1 year ago

crobinson42 commented 1 year ago

v2.6.9 - v2.7.1 (current)

image
crobinson42 commented 1 year ago

I suggest switching this package's build tools to use rollup.js or vite.js.

iStefo commented 1 year ago

This is the same problem as discussed in https://github.com/jakubroztocil/rrule/issues/522, where including the source files has already been suggested as a solution (the same worked well for another library we are using in our project).