Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to exclude dynamically imported modules? #344

Closed
1226085293 opened this issue Jan 27, 2023 · 3 comments
Closed

Is it possible to exclude dynamically imported modules? #344

1226085293 opened this issue Jan 27, 2023 · 3 comments

Comments

@1226085293
Copy link

I need to exclude dynamically imported modules from inspection, e.g. import("../xxx")

@mvlabat
Copy link

mvlabat commented Jan 27, 2023

+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.

@PabloLION PabloLION added core dependency tree generation duplicate and removed core dependency tree generation labels Jan 28, 2023
@PabloLION
Copy link
Collaborator

@1226085293 is this a dup of #328?

@oddguan
Copy link

oddguan commented Feb 13, 2023

see #360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants