diff --git a/vue.config.js b/vue.config.js index b39cc880..8c3b6bd0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,6 +21,10 @@ module.exports = { }, publicPath: '', productionSourceMap: false, + transpileDependencies: [ + 'vue-echarts', + 'resize-detector' + ], configureWebpack:{ plugins: [ new MomentLocalesPlugin()