From af2efd768b98cba23d6a30d82578f4e200e78de9 Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Thu, 11 Jun 2020 00:41:29 +0800 Subject: [PATCH] =?UTF-8?q?[fix]IE=E5=85=BC=E5=AE=B9=E6=80=A7=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vue.config.js b/vue.config.js index 0a6416dea..6dfe5b2b4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,6 +24,10 @@ module.exports = { * In most cases please use '/' !!! * Detail: https://cli.vuejs.org/config/#publicpath */ + transpileDependencies: [ + /\/node_modules\/vue-echarts\//, + /\/node_modules\/resize-detector\// + ], publicPath: '/ui/', outputDir: 'dist', assetsDir: 'assets',