Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This causes Webpack to fail. I already have to manually patch RRule in order to get to/fromText working within Webpack. Example: ``` import RRule from 'rrule'; RRule.RRule = RRule; let nlp = require('rrule/lib/nlp'); RRule.prototype.toText = function (gettext, language) { return nlp.toText(this, gettext, language); }; RRule.prototype.fromText = function (text, language) { return nlp.fromText(text, language); }; ```
- Loading branch information