239 Commits

Author SHA1 Message Date
陈嘉涵
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
陈嘉涵
5318f3bd3f feat(cli): build lib packed entry files 2019-12-12 09:46:39 +08:00
陈嘉涵
29e9e1c476 feat(cli): gen package entry in lib dir 2019-12-11 16:27:32 +08:00
陈嘉涵
2fd09f52b0 feat(cli): add BUILD_TARGET env 2019-12-11 14:02:42 +08:00
陈嘉涵
0a45afad42 feat(cli): support switch site version 2019-12-11 11:50:07 +08:00
陈嘉涵
396002495f feat(cli): set title by lang 2019-12-09 17:07:01 +08:00
陈嘉涵
d9cedca9a8 docs: demo locale messages 2019-12-09 15:20:55 +08:00
陈嘉涵
dc6cc6c5af feat(cli): support locales 2019-12-06 15:51:20 +08:00
陈嘉涵
6bd858fac5 feat(cli): speed up gen style deps 2019-12-06 11:30:01 +08:00
陈嘉涵
560ba33dcc fix(cli): incorrect webpack hook 2019-12-05 20:45:42 +08:00
陈嘉涵
344c40c3d1 feat(cli): clean site dir 2019-12-05 19:47:11 +08:00
陈嘉涵
f7ef1845e8 feat(cli): improve error handling 2019-12-05 19:46:54 +08:00
陈嘉涵
187b72483c feat(cli): speedup dev command 2019-12-05 19:46:23 +08:00
陈嘉涵
8ee35ce5b5 feat(cli): less-loader resolve node_modules 2019-12-05 19:45:21 +08:00
陈嘉涵
ebe5f6ebfd feat(cli): support custom src dir 2019-12-05 17:18:44 +08:00
陈嘉涵
207089b2ca feat(cli): reload vant config 2019-12-05 10:11:22 +08:00
陈嘉涵
b19b287276 feat(cli): restart compile when vant config updated 2019-12-04 18:10:14 +08:00
陈嘉涵
00f8231737 feat(cli): add stepper to improve logging 2019-12-04 11:24:46 +08:00
陈嘉涵
bad666240e fix(cli): sfc style inject 2019-12-04 10:01:20 +08:00