Skip to content

Commit

Permalink
Document new foreign-loader feature (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckdumont authored and dylans committed Nov 30, 2017
1 parent f2ebdf8 commit 05e9050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion loader/amd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ The following table provides a list of options that are leveraged within the loa
dojo-publish-privates, True
dojo-built, False
dojo-loader, True
foreign-loader, False, Used for built loaders to omit module loading machinery when handled by a foreign loader (e.g. webpack).
host-node, *Detected*, Environment is running on the the NodeJS platform
host-rhino, *Detected*, Environment is running on the Rhino platform
dojo-xhr-factory, *Detected*
Expand Down Expand Up @@ -1549,7 +1550,8 @@ At the time this document was written, this was the default configuration for th
"dojo-sniff":1,
"dojo-sync-loader":1,
"dojo-test-sniff":1,
"config-tlmSiblingOfDojo":1
"config-tlmSiblingOfDojo":1,
"foreign-loader":0
},
packages:[{
// note: like v1.6-, this bootstrap computes baseUrl to be the dojo directory
Expand Down

0 comments on commit 05e9050

Please sign in to comment.