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
+1, a flag to exclude dynamic imports would be useful. Dynamic imports don't immediately affect time to require a parent module and/or bundle sizes, excluding them would make it easier in cases when we're trying to optimise module sizes.
I need to exclude dynamically imported modules from inspection, e.g.
import("../xxx")
The text was updated successfully, but these errors were encountered: