1.0.1
parent
d49e92bf63
commit
8e03c21f58
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue