How to use an external library like https://domain.com/lib.js. In version 7, a jsLibs description of "path": "//domain.com/lib.js", was available. Doesn't work in version 8. It might make sense to change https://github.com/espocrm/espocrm/b...loader.js#L902 to
Code:
const urlObj = new URL(url, this._baseUrl);
Comment