提交 9c6d0639 编写于 作者: Q qiang

docs: 更新 vue.config.js 注意事项

上级 852f38f9
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册