From 0846e2a77fb1bf078c199b1f2a5994aad1afc4fa Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期一, 19 四月 2021 14:03:23 +0800 Subject: [PATCH] 提交 --- vue.config.js | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/vue.config.js b/vue.config.js index f0ac93b..e5908e5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,11 +2,4 @@ publicPath: './', productionSourceMap: false, lintOnSave: false, - configureWebpack: { - externals: { - 'vue': 'Vue', - 'vue-router': 'VueRouter', - 'element-ui': 'ELEMENT', - }, - } } \ No newline at end of file -- Gitblit v1.9.1