未验证 提交 2fb91e9d 编写于 作者: 折腾笔记 提交者: GitHub

Update vue-config.md

上级 92a88caa
......@@ -6,6 +6,8 @@ vue.config.js 是一个可选的配置文件,如果项目的根目录中存在
**注意事项**
仅vue页面生效
部分配置项会被编译配置覆盖,例如:
* publicPath 不支持,如果需要配置,请在 manifest.json->h5->router->base 中配置,参考文档:[h5-router](collocation/manifest?id=h5-router)
......@@ -15,7 +17,7 @@ vue.config.js 是一个可选的配置文件,如果项目的根目录中存在
* runtimeCompiler 固定 false
* productionSourceMap 固定 false
* css.extract H5 平台固定 false,其他平台固定 true
* parallel 固定 false
* parallel 固定 false
* 使用cli项目时,默认情况下 babel-loader 会忽略所有 node_modules 中的文件。如果你想要通过 Babel 显式转译一个依赖,可以在transpileDependencies中列出来。[详情参考](https://cli.vuejs.org/zh/config/#transpiledependencies)
**使用示例**
......@@ -57,11 +59,11 @@ module.exports = {
}
```
**发布时删除console**
`HBuilderX 2.6.8+`支持
```js
**发布时删除console**
`HBuilderX 2.6.8+`支持
```js
module.exports = {
chainWebpack: (config) => {
// 发行或运行时启用了压缩时会生效
......@@ -76,5 +78,5 @@ module.exports = {
return args
})
}
}
```
\ No newline at end of file
}
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册