From 05b03ab4232eb093cb156765f22311da3fd15928 Mon Sep 17 00:00:00 2001 From: nediamond Date: Thu, 8 Aug 2019 11:44:10 -0700 Subject: [PATCH] fixed default export --- lib/core/components/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/components/config.js b/lib/core/components/config.js index 0b753b1b3..6b657cb41 100644 --- a/lib/core/components/config.js +++ b/lib/core/components/config.js @@ -276,4 +276,5 @@ var _default = function () { }(); exports["default"] = _default; +module.exports = exports["default"]; //# sourceMappingURL=config.js.map