Utkarsh Kumar

Results 2 comments of Utkarsh Kumar

> Shorter/cleaner version in Typescript > > ```ts > const watcher = (globs: string[]): Partial => ({ > buildStart() { > for (const item of globs) { > glob.sync(nodePath.resolve(item)).forEach((filename) =>...

@Pranav2612000 Thank you for the solution. I used your solution to create a naive fix if anyone needs it running in production. 1. Create a folder in the root of...