307 Commits

Author SHA1 Message Date
陈嘉涵
6aef86f1c1 chore(cli): fix typo 2020-01-06 11:16:41 +08:00
陈嘉涵
7b15699512 feat(cli): adjust jest setup timing 2020-01-06 11:01:58 +08:00
陈嘉涵
131508bbc1 feat(cli): add cache-loader 2020-01-05 14:48:16 +08:00
陈嘉涵
a8f73f5e10 chore(cli): remove unused type conversion 2020-01-05 10:03:13 +08:00
陈嘉涵
116b057cdb chore(cli): update deps 2020-01-05 09:56:22 +08:00
jczzq
4424b77cbc fix(vant-cli): replace \ to / in path #5431 (#5473) 2020-01-05 09:48:49 +08:00
陈嘉涵
6494795f81 feat(cli): use clean-css to minify css 2020-01-02 21:23:29 +08:00
陈嘉涵
2b438f84cd chore(cli): remove decamelize pkg for compatiblity issues 2019-12-30 15:14:13 +08:00
陈嘉涵
11faabd408 chore(cli): optimize clean dir 2019-12-30 10:40:35 +08:00
陈嘉涵
36f0f02fd1 feat(cli): enable transform-runtime regenerator option 2019-12-30 10:32:13 +08:00
陈嘉涵
23b1af95e8 fix(cli): changelog should be async task 2019-12-29 09:13:06 +08:00
陈嘉涵
f9bef02730 feat(cli): generate changelog before release 2019-12-29 09:09:15 +08:00
陈嘉涵
2299879dff chore(cli): add changelog template files 2019-12-28 22:11:39 +08:00
陈嘉涵
4377a1f3aa fix(cli): remove comma when generate changelog 2019-12-28 21:31:02 +08:00
陈嘉涵
a196fa7a6f feat(cli): use conventional-changelog to generate changelog 2019-12-28 21:28:18 +08:00
陈嘉涵
141c0ed2c1 feat(cli): support add baiduAnalytics to site 2019-12-24 21:09:31 +08:00
陈嘉涵
85d735e669 fix(cli): compatible with export { default } 2019-12-24 14:39:13 +08:00
陈嘉涵
4f0b8f3e64 feat(cli): update default jest config 2019-12-24 14:22:16 +08:00
陈嘉涵
99a8ff7b6b feat(cli): support custom jest config 2019-12-24 14:20:22 +08:00
陈嘉涵
904b53c368 fix(cli): skip demo、test dir in build watch mode 2019-12-24 08:16:17 +08:00
陈嘉涵
eafcc128a2 feat(cli): improve build watch mode logger 2019-12-24 08:13:48 +08:00
陈嘉涵
ec1c87f8ae feat(cli): support build watch mode 2019-12-23 21:06:11 +08:00
陈嘉涵
e00b1cf7d0 feat(cli): support compile nullish coalescing operator 2019-12-21 09:04:32 +08:00
陈嘉涵
fad44923fb fix(cli): should check style exists when gen component style entry 2019-12-21 08:55:22 +08:00
陈嘉涵
b9a077b779 fix(cli): missing style deps if component doesn't have style 2019-12-20 21:47:07 +08:00
陈嘉涵
be0e44904f fix(cli): should compile es/index.js 2019-12-20 17:32:00 +08:00
Jake
fb59e39622 fix(VantCli): enable Lan access (#5325) 2019-12-20 10:35:28 +08:00
陈嘉涵
669e055c4e fix(cli): should exit process when build failed 2019-12-19 16:26:18 +08:00
陈嘉涵
87260de98a feat(cli): should exit process when test failed 2019-12-19 14:18:54 +08:00
陈嘉涵
46a7aefc65 fix(cli): should exit process when lint failed 2019-12-19 14:10:09 +08:00
陈嘉涵
e1cd618ea4 fix(cli): should disable yarn prod flag 2019-12-19 10:46:33 +08:00
陈嘉涵
83ba5e47bf feat(cli): install dependencies before build 2019-12-19 10:31:17 +08:00
陈嘉涵
bb223d9d18 feat(cli): support jest canvas mock 2019-12-18 15:42:41 +08:00
陈嘉涵
cee0bfa0e1 feat(cli): emit path of compile failed style 2019-12-18 15:12:43 +08:00
陈嘉涵
5ebb2fffd3 feat(cli): exit build when catched errors 2019-12-18 15:00:06 +08:00
陈嘉涵
c102a87ec0 feat(cli): disable devServer open option 2019-12-18 10:18:05 +08:00
陈嘉涵
75c32a28a0 feat(cli): improve progress bar 2019-12-18 10:12:53 +08:00
陈嘉涵
7db27a1b79 fix(cli): incorrect version when release 2019-12-17 20:49:18 +08:00
陈嘉涵
b3993dd653 fix(cli): resolve npm mobules when compile less 2019-12-16 16:20:17 +08:00
陈嘉涵
859e732753 fix(cli): should output changelog build process 2019-12-13 17:50:17 +08:00
陈嘉涵
c2a27d177e fix(cli): jest transform config 2019-12-13 14:25:53 +08:00
陈嘉涵
40992bccfd feat(cli): add test clearCache option 2019-12-13 14:13:51 +08:00
陈嘉涵
2dba8c9455 fix(cli): build site failed 2019-12-13 10:13:17 +08:00
陈嘉涵
8fc7e6e611 feat(cli): gen vetur config 2019-12-13 09:50:29 +08:00
陈嘉涵
c86d3d166f feat(cli): find root dir 2019-12-12 17:19:31 +08:00
陈嘉涵
71415e467d fix(cli): compile commonjs module 2019-12-12 16:20:15 +08:00
陈嘉涵
0858c0499e fix(cli): skip install should not skip export 2019-12-12 11:18:26 +08:00
陈嘉涵
8e8892b323 feat(cli): add skipInstall option 2019-12-12 11:10:19 +08:00
陈嘉涵
9155a7a491 feat(cli): add jest init file 2019-12-12 10:55:34 +08:00
陈嘉涵
24202028e5 feat(cli): minify css 2019-12-12 09:56:44 +08:00