Delete config.js

This commit is contained in:
RonMeier
2023-04-13 12:15:23 +02:00
committed by GitHub
parent 2e9c6f3ece
commit c6e30b9fd2
-13
View File
@@ -1,13 +0,0 @@
(function () {
var ecDistPath;
if (!ecDistPath) {
ecDistPath = 'lib/echarts.min';
}
if (typeof require !== 'undefined'){
require.config({
paths: {
'echarts': ecDistPath,
}
});
}
})();