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

Fixing failed to parse source map warning #544

Closed slavcoc closed 2 years ago

slavcoc commented 2 years ago

When building the library the src types weren't included in the build wich cased warning and failing to parse source map as files were not found. This PR includes src folder in the building directory.


Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following: