Skip to content

4.8.7

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 08 Jun 12:21
· 52 commits to master since this release

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"
    }
  }
}