From 9efb4e77cf44f0adaf677662c6779b45954a0a2b Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期五, 22 四月 2022 16:20:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 build/utils.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/build/utils.js b/build/utils.js
index 3436dc3..7a81b91 100644
--- a/build/utils.js
+++ b/build/utils.js
@@ -54,7 +54,8 @@
     if (options.extract) {
       return ExtractTextPlugin.extract({
         use: loaders,
-        fallback: 'vue-style-loader'
+        fallback: 'vue-style-loader',
+        publicPath:'../../'
       })
     } else {
       return ['vue-style-loader'].concat(loaders)

--
Gitblit v1.9.1