Skip to content

Commit 2d5f657

Browse files
committed
ci: 生产环境去掉source map增加便以速度
1 parent ab375af commit 2d5f657

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/date-picker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
- [x] 公历节日
99
- [x] 自定义重要日子
1010
- [x] 限制可选日期
11-
- [ ] 日期多选
1211
- [ ] 多种款色任你挑选
1312
- [ ] 多种事件供你使用
1413
- [ ] 时间选择器
@@ -19,4 +18,5 @@
1918
- [ ] 年月范围
2019
- [ ] 时间范围
2120
- [ ] 日期时间范围
21+
- [ ] 日期多选
2222
- [ ] 双向数据绑定

vue.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ module.exports = {
8080
.use('vue-markdown-loader')
8181
.loader('vue-markdown-loader/lib/markdown-compiler')
8282
.options(vueMarkdown);
83-
}
83+
},
84+
productionSourceMap: false
8485
};

0 commit comments

Comments
 (0)