You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.