Update watcher and component gen functions
This commit is contained in:
@@ -57,6 +57,8 @@ export default async function watcherEsbuildCTX() {
|
||||
return;
|
||||
if (filename.match(/\/(--|\()/))
|
||||
return;
|
||||
if (filename.match(/ /))
|
||||
return;
|
||||
if (global.RECOMPILING)
|
||||
return;
|
||||
const action = existsSync(full_file_path) ? "created" : "deleted";
|
||||
|
||||
Reference in New Issue
Block a user