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