From a69a577ea18fefd44485b1ecca8ab8adc8f07eef Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 9 Jan 2019 22:01:11 +0100 Subject: [PATCH] docs: improve docs for the root namespace in build script --- gulp/tasks/javascript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulp/tasks/javascript.js b/gulp/tasks/javascript.js index 2436b9642..c35860244 100644 --- a/gulp/tasks/javascript.js +++ b/gulp/tasks/javascript.js @@ -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', -- 2.47.2