From: Nicolas Coden Date: Wed, 9 Jan 2019 21:01:11 +0000 (+0100) Subject: docs: improve docs for the root namespace in build script X-Git-Tag: v6.6.0~3^2~44^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69a577ea18fefd44485b1ecca8ab8adc8f07eef;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: improve docs for the root namespace in build script --- 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',