mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
types(cli): fit typescript@4.1
This commit is contained in:
@@ -54,7 +54,7 @@ function watch() {
|
||||
}
|
||||
|
||||
function build() {
|
||||
return new Promise((resolve, reject) => {
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
const config = getSitePrdConfig();
|
||||
|
||||
webpack(config, (err, stats) => {
|
||||
|
Reference in New Issue
Block a user