diff --git a/scripts/gulpfiles/build_tasks.js b/scripts/gulpfiles/build_tasks.js index 1a9cbc74a..42af7cd2c 100644 --- a/scripts/gulpfiles/build_tasks.js +++ b/scripts/gulpfiles/build_tasks.js @@ -75,12 +75,15 @@ const NAMESPACE_PROPERTY = '__namespace__'; * chunk. * - .exports: an expression evaluating to the exports/Module object * of module that is the chunk's entrypoint / top level module. - * - .reexport: if running in a browser, save the chunk's exports - * object (or a single export of it; see reexportOnly, below) at - * this location in the global namespace. - * - .reexportOnly: if reexporting and this property is set, - * save only the correspondingly-named export. Otherwise - * save the whole export object. + * - .scriptExport: When the chunk is loaded as a script (e.g., via a + *