99 Commits

Author SHA1 Message Date
wChenonly
933e73a4f2
fix(vant-cli): support defineOptions named (#12734) 2024-03-26 22:06:18 +08:00
neverland
b09b807fe0
refactor(CLI): integrate Rsbuild to build website (#12481) 2023-12-02 21:04:39 +08:00
neverland
087ecda7b2
feat(cli): using rslog (#12334) 2023-10-02 21:34:03 +08:00
neverland
694daef6ea
test: migrate test runner to vitest (#12206) 2023-08-20 18:48:09 +08:00
neverland
5dc2f4dcd2
refactor(cli): remove execa dependency (#12205) 2023-08-19 15:14:40 +08:00
neverland
e6a0694807
refactor(cli): rewrite release command (#12133)
* refactor(cli): rewrite release command

* fix: duplicated build

* fix: no git check

* feat: rollback version

* chore: release config

* chore: add release config
2023-07-30 10:43:26 +08:00
neverland
3dcc92a5c0
chore: bump prettier v3 and format all code (#12111)
* chore: bump prettier v3 and format all code

* chore: mjs config

* chore: revert

* chore: revert

* chore: update lock
2023-07-22 14:14:14 +08:00
neverland
8bc6169ae1
chore(deps): bump consola v3 and rimraf v5 (#11751)
* chore(deps): bump consola v3 and rimraf v5

* chore: revert demo
2023-04-15 09:36:41 +08:00
neverland
5bd6997d3c
chore: add prefix of node core modules (#11440) 2022-12-31 20:27:35 +08:00
neverland
254b77b1a0
chore(cli): bump execa v6 (#11438) 2022-12-31 10:23:22 +08:00
neverland
fe07c10729
feat(cli): support vite.config.ts (#11223) 2022-11-05 20:39:51 +08:00
neverland
d9fe675af4
feat(cli): allow to custom server.port (#11222) 2022-11-05 20:03:58 +08:00
neverland
e6b43db90b
refactor(@vant/cli): remove vetur configs (#10866) 2022-07-30 19:55:17 +08:00
neverland
5883d3e0c7
perf(cli): replace ora with nanospinner (#10779) 2022-07-02 23:05:11 +08:00
neverland
28e8b72ccd
chore(cli): replace chalk with picocolors (#10777) 2022-07-02 22:51:53 +08:00
neverland
79dfc4b8cb
feat(@vant/cli): auto complete mjs path (#10649)
* feat(@vant/cli): auto complete mjs path

* release: 3.5.0-beta.1
2022-05-29 21:41:57 +08:00
ready-research
bc4e1cd17e
fix(vant-cli): decamelize ReDoS (#10351)
* [Security] Fix ReDoS

Fix ReDoS

* Fix ReDoS

Fix ReDoS
2022-03-03 16:09:07 +08:00
zoy-l
2f978ad75c
fix(vant-cli): pnpm compatibility (#10214)
* fix(vant-cli): pnpm compatibility

* chore: clean code, semantic naming
2022-01-19 15:48:19 +08:00
neverland
d4aebef89c
chore(@vant/cli): remove lodash-es from deps (#10206) 2022-01-17 15:43:54 +08:00
neverland
1890cf6607
feat(@vant/cli): using esbuild to transform script (#10143)
* feat(@vant/cli): using esbuild to transform script

* chore: update babel doc

* chore: update lock

* chore: update

* fix: format
2022-01-06 14:47:28 +08:00
neverland
e1cafe61ed
fix(cli): absolute file paths don't work on Windows (#9898) 2021-11-18 14:47:32 +08:00
chenjiahan
ecd2fb4f13 feat(@vant/cli): add build.packageManager config 2021-11-09 10:33:19 +08:00
neverland
105dda07d6
feat(@vant/cli): support pnpm install (#9824) 2021-11-09 10:25:48 +08:00
chenjiahan
8d9bc34a60 feat(@vant/cli): vant config become esm 2021-10-28 20:09:00 +08:00
chenjiahan
1b45f38133 refactor(@vant/cli): migrate to ESM package 2021-10-28 20:09:00 +08:00
neverland
8585842712
feat(@vant/cli): support custom vite config (#9738) 2021-10-27 14:46:37 +08:00
neverland
e8186795b7
perf: no longer need transform prefix (#9588)
* perf: no longer need transform prefix

* chore: upd

* chore: upd
2021-09-29 17:04:03 +08:00
chenjiahan
2dd7e853d6 feat(@vant/cli): using vite to build site 2021-09-07 11:59:12 +08:00
chenjiahan
a9b4f88860 chore(@vant/cli): remove webpack related deps 2021-09-07 10:57:11 +08:00
neverland
c67127541e
feat(cli): bump webpack-dev-server v4 (#9292)
* feat(cli): bump webpack-dev-server v4

* fix: deps
2021-08-19 20:18:37 +08:00
zoy-l
384ee56f13
feat(cli): add convention static directory (#8929)
* fix: #8890 sfc compile error

* chore(vant-cli): add convention static directory

* chore(vant-cli): another way to deal with static resources
2021-06-25 17:02:55 +08:00
chenjiahan
e38c5d27e0 chore: remove friendly-errors-webpack-plugin 2021-04-14 09:35:08 +08:00
neverland
3144a63d2b
fix(cli): should not replace style entry import ext (#8301) 2021-03-08 09:36:49 +08:00
chenjiahan
b201088172 Merge branch '2.x' into dev 2020-12-17 19:28:01 +08:00
木槿花开
7a6e78fbf9
feat(Sku): add disable-soldout-sku prop (#7759)
* feat(Sku): 售罄sku支持点击

* feat(Sku): add disable-soldout-sku prop

Co-authored-by: zhanglin_0715 <zhanglin_0715@youzan.com>
2020-12-17 14:27:32 +08:00
chenjiahan
fae7d99e7c Merge branch '2.x' into dev 2020-12-16 20:24:22 +08:00
neverland
4af658e67a
fix(cli): failed to find root dir (#7755) 2020-12-16 20:23:36 +08:00
chenjiahan
a299849294 Merge branch '2.x' into dev 2020-12-03 17:19:17 +08:00
chenjiahan
ac856c2673 fix(cli): failed to import sfc after build 2020-12-03 16:21:59 +08:00
chenjiahan
71def44061 Merge branch '2.x' into dev 2020-11-15 15:38:22 +08:00
neverland
1b91cd5876
feat(cli): postcss plugins can be array (#7560) 2020-11-15 12:09:09 +08:00
chenjiahan
90f2b098ec chore(cli): bump jest、postcss、webpacl-merge 2020-10-07 08:07:33 +08:00
chenjiahan
47a270effb Merge branch 'dev' into next 2020-09-26 21:35:53 +08:00
chenjiahan
443c221af0 fix(cli): incorrect merge webpack config 2020-09-26 21:33:45 +08:00
chenjiahan
8ef46764c9 Merge branch 'dev' into next 2020-09-22 19:42:24 +08:00
ChangeHow
0642a73628
feat(@vant/cli): suport modify internal webpack config (#7227) 2020-09-22 18:51:33 +08:00
chenjiahan
5cacc0df0c chore(cli): remove component whitelist 2020-08-21 11:26:38 +08:00
chenjiahan
0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
chenjiahan
c0308e9b96 types(cli): fix WebpackConfig type 2020-07-04 17:56:47 +08:00
neverland
3dd3a45cfd
fix(cli): use remove instead of emptyDir in clean command (#5895) (#5904) 2020-03-25 10:18:15 +08:00