diff --git a/vue.config.js b/vue.config.js index 2ac0a0f..be964ba 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,10 +3,5 @@ module.exports = devServer: { disableHostCheck: true, - }, - transpileDependencies: - [ - 'vue-echarts', - 'resize-detector' - ] + } };