]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: temporary disable UMD bundling 10911/head
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 4 Feb 2018 22:31:54 +0000 (23:31 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 4 Feb 2018 22:31:54 +0000 (23:31 +0100)
: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

index 4433321ab5204b564f1fbeb45d689061ada1aa59..7632a9c857626750811c4b8be4679614124ee316 100644 (file)
@@ -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',
   }
 }