webix.require codebase (suggestion)

Should be great if we can

webix.require(‘my.js’,‘path/to/app’,callback);

Rather than

webix.codebase = …;
webix.require(‘my.js’,callback);

Hello!
Thank you for the suggestion, we will think about it