This issue is to add support for including/excluding files for config in the web_generator generators using fs.lstatSync and fs.globSync (synchronous APIs used during factory constructors, and promise based otherwise).
This will help reduce effort taken to list out all files needed to be imported.
This issue is to add support for including/excluding files for config in the
web_generatorgenerators usingfs.lstatSyncandfs.globSync(synchronous APIs used duringfactoryconstructors, and promise based otherwise).This will help reduce effort taken to list out all files needed to be imported.