From 21d7c23b5ce5fcb1701aaaebd2fb1548baf91ccb Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 31 Jan 2021 00:56:52 +0800 Subject: [PATCH] remove unused config --- vue.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8c3b6bd0..b39cc880 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,10 +21,6 @@ module.exports = { }, publicPath: '', productionSourceMap: false, - transpileDependencies: [ - 'vue-echarts', - 'resize-detector' - ], configureWebpack:{ plugins: [ new MomentLocalesPlugin()