From 0212dfe7b3958fe9638ef623f695217206f20cab Mon Sep 17 00:00:00 2001 From: qinjie Date: Mon, 30 Aug 2021 16:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E8=B5=84=E6=BA=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 1d22342..af8906a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -31,9 +31,11 @@ const assetsCDN = { // vue.config.js const vueConfig = { + // 打包资源路径 + publicPath: './', + // 输出文件目录 + outputDir: 'dist', configureWebpack: { - // 打包资源路径 - publicPath: './', // webpack plugins plugins: [ // Ignore all locale files of moment.js