chore(@vant/cli): remove webpack related deps

This commit is contained in:
chenjiahan
2021-09-07 10:57:11 +08:00
parent a2b942be8c
commit a9b4f88860
16 changed files with 447 additions and 2595 deletions
+5
View File
@@ -7,5 +7,10 @@
"test": "cd packages/vant && yarn test",
"build": "cd packages/vant && yarn build",
"build:site": "cd packages/vant && yarn build:site"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.6",
"vue": "^3.2.6",
"husky": "^7.0.0"
}
}