From da09a659542ae4cf9a5e0b94059272ec8a5f5f7f Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Tue, 28 May 2024 14:37:57 +0800 Subject: [PATCH] =?UTF-8?q?2024-05-23=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=87=87=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/utils.js b/build/utils.js index e534fb0..bc98c13 100644 --- a/build/utils.js +++ b/build/utils.js @@ -47,7 +47,8 @@ exports.cssLoaders = function (options) { if (options.extract) { return ExtractTextPlugin.extract({ use: loaders, - fallback: 'vue-style-loader' + fallback: 'vue-style-loader', + publicPath: '../../' }) } else { return ['vue-style-loader'].concat(loaders)