From: Nicolas Coden Date: Sun, 4 Feb 2018 22:31:54 +0000 (+0100) Subject: fix: temporary disable UMD bundling X-Git-Tag: v6.6.0~3^2~305^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10911%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: temporary disable UMD bundling :warning: this must be resolved before the next release Temporary disable UMD bundling, waiting for a way to import plugins are externals See https://github.com/zurb/foundation-sites/pull/10903 --- diff --git a/gulp/tasks/javascript.js b/gulp/tasks/javascript.js index 4433321ab..7632a9c85 100644 --- a/gulp/tasks/javascript.js +++ b/gulp/tasks/javascript.js @@ -55,7 +55,12 @@ var webpackConfig = { ] }, output: { - libraryTarget: 'umd', + // --- + // FIXME: to resolve before the next release + // Temporary disable UMD bundling, waiting for a way to import plugins are externals + // See https://github.com/zurb/foundation-sites/pull/10903 + // --- + // libraryTarget: 'umd', } }