From 3d2039cf8fe4b35adcbec92c3bfb9c675e31ae72 Mon Sep 17 00:00:00 2001 From: RonMeier <48986706+RonMeier@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:55:50 +0200 Subject: [PATCH] Delete config.js --- config.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config.js diff --git a/config.js b/config.js deleted file mode 100644 index 8b94605..0000000 --- a/config.js +++ /dev/null @@ -1,13 +0,0 @@ -(function () { -var ecDistPath; -if (!ecDistPath) { - ecDistPath = 'lib/echarts'; -} -if (typeof require !== 'undefined'){ -require.config({ - paths: { - 'echarts': ecDistPath, - } - }); -} -})(); \ No newline at end of file