master
yutent 2023-03-15 11:21:12 +08:00
parent d49e92bf63
commit 8e03c21f58
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ export default function compile(root = '', isProd = false, es) {
fs.rm(DIST_DIR, true)
}
let ready = false
chokidar
.watch(SOURCE_DIR)
.on('all', (act, filePath) => {