From 2c0649d29725258a9eb0a5ff1f341a9b41321d8e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 17 Jun 2021 14:02:52 +0300 Subject: [PATCH] export default config --- src/config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config.js b/src/config.js index c5cbc28..ece560b 100644 --- a/src/config.js +++ b/src/config.js @@ -6,6 +6,4 @@ if ("production" == process.env.NODE_ENV) { config = require("@/config/test.json"); } -export default { - ...config, -}; +export default config;