Delete config.js

This commit is contained in:
RonMeier
2023-04-13 11:55:50 +02:00
committed by GitHub
parent f0ca619381
commit 3d2039cf8f
-13
View File
@@ -1,13 +0,0 @@
(function () {
var ecDistPath;
if (!ecDistPath) {
ecDistPath = 'lib/echarts';
}
if (typeof require !== 'undefined'){
require.config({
paths: {
'echarts': ecDistPath,
}
});
}
})();