调整开发模式
parent
ad1bf86ff3
commit
d49e92bf63
|
@ -27,7 +27,6 @@ export default function compile(root = '', isProd = false, es) {
|
|||
chokidar
|
||||
.watch(SOURCE_DIR)
|
||||
.on('all', (act, filePath) => {
|
||||
if (isProd || ready) {
|
||||
let file = filePath.slice(SOURCE_DIR.length)
|
||||
let target = join(DIST_DIR, file)
|
||||
|
||||
|
@ -63,10 +62,8 @@ export default function compile(root = '', isProd = false, es) {
|
|||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
.on('ready', () => {
|
||||
ready = true
|
||||
if (isProd) {
|
||||
process.exit()
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@bd/wcui-cli",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"bin": {
|
||||
"wcui-cli": "index.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue