diff --git a/docs/collocation/vue-config.md b/docs/collocation/vue-config.md index 3998610e9e8b60f71a1e6eb0631ee8325d8389b9..3d4d19c8fa71aa60a8df3cf64892af8c73bdd590 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