refactor(@vant/cli): remove vetur configs (#10866)

This commit is contained in:
neverland
2022-07-30 19:55:17 +08:00
committed by GitHub
parent 729e283ab5
commit e6b43db90b
24 changed files with 112 additions and 337 deletions
-1
View File
@@ -21,7 +21,6 @@ export const ROOT = findRootDir(CWD);
export const ES_DIR = join(ROOT, 'es');
export const LIB_DIR = join(ROOT, 'lib');
export const DOCS_DIR = join(ROOT, 'docs');
export const VETUR_DIR = join(ROOT, 'vetur');
export const SITE_DIST_DIR = join(ROOT, 'site-dist');
export const VANT_CONFIG_FILE = join(ROOT, 'vant.config.mjs');
export const PACKAGE_JSON_FILE = join(ROOT, 'package.json');