公告板
版本库
filestore
活动
搜索
登录
main
/
testbook-lyj
旅游教育出版社-数字教材移动端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
tupian
litian
昨天
a874dd8b06b90ea5157e9809fcdf5a38ad115dde
[testbook-lyj.git]
/
vue.config.js
1
2
3
4
5
6
7
8
9
10
module.exports = {
publicPath: "/mobile/textbooks",
// devServer Options don't belong into `configureWebpack`
devServer: {
host: "0.0.0.0",
hot: true,
disableHostCheck: false
},
productionSourceMap: false
};