From 1cdd50d62df66cfc3d7d99a5cccc063d617a6e6a Mon Sep 17 00:00:00 2001 From: AdamCaoQAQ <1209600784@qq.com> Date: Wed, 12 Oct 2022 11:54:39 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8Dmac=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=E5=9B=A0=E5=AF=B9extract-file-icon=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BE=9D=E8=B5=96=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 9c68d59..1763c67 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,6 +9,9 @@ module.exports = { "@": path.join(__dirname, "./src"), }, }, + externals: { + 'extract-file-icon': 'commonjs extract-file-icon' + }, }, pages: { index: {