在每次构建之前,确保清理构建输出目录。你可以在构建脚本中添加清理命令:

1.安装 rimraf:

npm install rimraf --save-dev

2. 在 package.json 中的构建脚本中添加清理命令:

"scripts": {
  "clean": "rimraf dist",
  "build": "npm run clean && vite build"
}

运行构建命令

Leave a reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

required