From 568a9a589116daa8f22a3880413f4d9a246b2b99 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 4 Feb 2018 23:31:54 +0100 Subject: [PATCH] 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 --- gulp/tasks/javascript.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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', } } -- 2.47.2