Skip to content

Commit

Permalink
docs: improve docs for the root namespace in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jan 9, 2019
1 parent 91353db commit a69a577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulp/tasks/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ var webpackExternalPlugins = Object.assign(
);

// The webpack "output" configuration for UMD modules.
// Makes the modules be exported as UMD modules and within this global
// variable in module-less environments.
// Makes the modules being exported as UMD modules. In module-less environments,
// modules will be stored in the global variable defined by JS_BUNDLE_NAMESPACE.
var webpackOutputAsExternal = {
library: [CONFIG.JS_BUNDLE_NAMESPACE, '[name]'],
libraryTarget: 'umd',
Expand Down

0 comments on commit a69a577

Please sign in to comment.