From b779b1ff9cc02395c63b2056fb2ef6f7c6da041e Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Mon, 15 Jun 2020 18:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0:=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=89=93=E5=8C=85=20IE11=20=E6=98=BE=E7=A4=BA=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 33978a6..b28d227 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,5 +7,8 @@ module.exports = { }, configureWebpack: config => { config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"]; - } + }, + publicPath: './', + outputDir: 'dist', + assetsDir: 'static' }