From c2acd0c14b4ef6589915f27332a7cd2c2ffcfd95 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 4 Feb 2018 01:25:42 +0100 Subject: [PATCH] fix: export Foundation in `foundation.core` entry for usage in other entries --- js/entries/plugins/foundation.core.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/entries/plugins/foundation.core.js b/js/entries/plugins/foundation.core.js index 16b2556ad..cf4afd9cb 100644 --- a/js/entries/plugins/foundation.core.js +++ b/js/entries/plugins/foundation.core.js @@ -20,3 +20,5 @@ Foundation.Plugin = Plugin; window.Foundation = Foundation; + +export { Foundation } -- 2.47.2