From 8b9aca0665a89a0a068946541df0e534d741eb98 Mon Sep 17 00:00:00 2001 From: lin-xin <2981207131@qq.com> Date: Tue, 11 Sep 2018 16:44:31 +0800 Subject: [PATCH] =?UTF-8?q?'=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6'?= 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)