From 9c6d06398220a5277c4aa6422ad60188152f9b1d Mon Sep 17 00:00:00 2001 From: qiang Date: Mon, 5 Aug 2019 18:31:32 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20vue.config.js=20?= =?UTF-8?q?=E6=B3=A8=E6=84=8F=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/collocation/vue-config.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/collocation/vue-config.md b/docs/collocation/vue-config.md index 3998610e9..3d4d19c8f 100644 --- a/docs/collocation/vue-config.md +++ b/docs/collocation/vue-config.md @@ -6,4 +6,13 @@ vue.config.js 是一个可选的配置文件,如果项目的根目录中存在 **注意事项** -* 部分配置项会被编译配置覆盖,例如:outputDir \ No newline at end of file +部分配置项会被编译配置覆盖,例如: + +* publicPath 不支持,如果需要配置,请在 manifest.json->h5->router->base 中配置,参考文档:[h5-router](collocation/manifest?id=h5-router) +* outputDir 不支持 +* assetsDir 固定 static +* pages 不支持 +* runtimeCompiler 固定 false +* productionSourceMap 固定 false +* css.extract H5 平台固定 false,其他平台固定 true +* parallel 固定 false \ No newline at end of file -- GitLab