4.8.7
Overview
This release allows the path to the loader to be set for the dojo, dojo2, and systemjs loader scripts (#1161). The options object for any of those loaders may now contain an internLoaderPath
property that points to the loader script. This property is consumed by Intern and will not be passed on to the loader itself.
{
"loader": {
"script": "dojo",
"options": {
"internLoaderPath": "./dojo/dojo.js"
}
}
}