usesRequireJs property
If js code checks for 'define' variable. E.g. if at the beginning you see code like if (typeof define === "function" && define.amd)
Implementation
final bool usesRequireJs;
If js code checks for 'define' variable. E.g. if at the beginning you see code like if (typeof define === "function" && define.amd)
final bool usesRequireJs;