129 Commits

Author SHA1 Message Date
neverland
173a364dae
feat(@vant/cli): support custom script extentions (#10624)
* feat(@vant/cli): support custom script extentions

* fix: extensionsMap
2022-05-22 19:57:16 +08:00
Alan Wang
8b5c62e6fc
fix(@vant-cli): compile error when using setup syntactic sugar (#10603) 2022-05-14 10:26:38 +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
b3d6611c74
feat: provide english version of web-types (#10207) 2022-01-17 16:06:55 +08:00
neverland
d4aebef89c
chore(@vant/cli): remove lodash-es from deps (#10206) 2022-01-17 15:43:54 +08:00
neverland
71a2e26259
feat(@vant/cli): using esbuild to minify css (#10204) 2022-01-17 15:14:13 +08:00
neverland
52e74a9cc4
chore: bump vue and vite (#10156) 2022-01-06 14:59:48 +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
18921e2d1d
fix(@vant/cli): compile sass tilde failed (#10144) 2022-01-04 20:34:24 +08:00
neverland
7bc6d2c48d
fix(@vant/cli): fix ssr.js require path (#9999) 2021-12-05 11:34:54 +08:00
neverland
a60673013b
feat: generate entry file for nuxt3 (#9970) 2021-11-30 17:52:31 +08:00
neverland
9e67b81288
feat(@vant/cli): add external config for bundles (#9947) 2021-11-26 15:28:53 +08:00
neverland
06d7f3fefa
chore: move to pnpm (#9817) 2021-11-06 15:39:10 +08:00
chenjiahan
4f40157057 fix(@vant/cli): release plugin not work 2021-11-04 20:16:30 +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
enpitsulin
bfc5b16c6d
fix(cli): 错误的直接引入less文件 (#9725) 2021-10-26 21:09:34 +08:00
neverland
7eb9344446
feat(@vant/cli): generate type declaration for sfc (#9675) 2021-10-14 14:44:21 +08:00
neverland
bc4175e79b
fix(@vant/cli): missing dev server urls (#9667)
* fix(@vant/cli): missing dev server urls

* chore: update lock

* chore: update log
2021-10-12 19:28:07 +08:00
chenjiahan
0dfb594bd5 chore(@vant/cli): fix vue-router async component warning 2021-09-08 17:23:47 +08:00
chenjiahan
a2f4ceaace feat(@vant/cli): add site.htmlMeta option 2021-09-07 20:50:35 +08:00
chenjiahan
5a395c27c1 chore(@vant/cli): remove TildeResolver 2021-09-07 20:50:35 +08:00
chenjiahan
f0cc727c6a chore(@vant/cli): remove sass 2021-09-07 14:19:44 +08:00
chenjiahan
2dd7e853d6 feat(@vant/cli): using vite to build site 2021-09-07 11:59:12 +08:00
chenjiahan
b4be171028 perf: dynamic import demo file 2021-09-05 15:55:08 +08:00
chenjiahan
f7f5c6e9b5 chore: remove @demo alias 2021-09-05 12:49:04 +08:00
chenjiahan
f144a6e2cd perf: dynamic import markdown file 2021-09-05 12:39:35 +08:00
chenjiahan
e307bfc627 feat: create dev server for desktop site 2021-09-05 12:31:32 +08:00
chenjiahan
b7adc8c199 feat(@vant/cli): using vite to build packages 2021-09-04 17:11:47 +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
ec0f16b2aa
fix(@vant/cli): #8890 sfc compile error (#8914) 2021-06-23 16:38:14 +08:00
neverland
33bdcbc029
fix(cli): ignore import types when analyzing deps (#8574) 2021-04-19 19:13:09 +08:00
nemo-shen
277c7f7a73
fix(cli): fix spelling error (#8530) 2021-04-15 09:37:19 +08:00
chenjiahan
e38c5d27e0 chore: remove friendly-errors-webpack-plugin 2021-04-14 09:35:08 +08:00
neverland
9bb19819a5
feat(cli): add namedExport option (#8495)
* feat(cli): add exportMode option

* feat(cli): rename exportMode to namedExport
2021-04-10 11:44:02 +08:00
HaoChuan9421
c0b10e4374 feat(vant-cli): 支持在 vant-cli 的 desktop 页中使用组件库中的组件 2021-03-11 19:49:46 +08:00
neverland
3144a63d2b
fix(cli): should not replace style entry import ext (#8301) 2021-03-08 09:36:49 +08:00
neverland
e0eebbe982
feat(cli): support build types (#8264) 2021-03-04 15:35:36 +08:00
易良
dd141c3c06
fix: typo (#7868) 2021-01-08 09:36:49 +08:00
chenjiahan
d00fce3f61 Merge branch '2.x' into dev 2020-12-21 17:15:26 +08:00
neverland
cdd48318db
fix(cli): failed to throw error (#7783)
* fix(cli): failed to throw error

* fix: stat
2020-12-21 16:28:32 +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
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
764e9e2d69 fix(cli): improve import regexp 2020-12-03 16:08:11 +08:00
chenjiahan
4433779c2e fix(cli): failed to compile ts in sfc 2020-12-02 16:50:43 +08:00
chenjiahan
3f0f3e4474 feat(cli): support sass tilde importer 2020-12-02 15:49:34 +08:00
chenjiahan
baf0d7776b fix(cli): missing compileTemplate id 2020-12-01 19:30:59 +08:00