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

Dynamic import can be ignored by /* webpackIgnore: true */ #3513

Closed
underfin opened this issue Jun 12, 2023 · 3 comments · Fixed by #5172
Closed

Dynamic import can be ignored by /* webpackIgnore: true */ #3513

underfin opened this issue Jun 12, 2023 · 3 comments · Fixed by #5172
Labels
feat New feature or request team The issue/pr is created by the member of Rspack.

Comments

@underfin
Copy link
Contributor

What problem does this feature solve?

Support ignore dynamic import.

import(/* webpackIgnore: true */ "./a.js");

What does the proposed API of configuration look like?

Support ignore dynamic import.

import(/* webpackIgnore: true */ "./a.js");
@underfin underfin added feat New feature or request pending triage The issue/PR is currently untouched. labels Jun 12, 2023
@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Jun 12, 2023
@underfin underfin added blocked by: custom module runtime and removed pending triage The issue/PR is currently untouched. labels Jun 12, 2023
@stale
Copy link

stale bot commented Aug 11, 2023

This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

Copy link

stale bot commented Dec 5, 2023

This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

@stale stale bot added the stale label Dec 5, 2023
@hardfist
Copy link
Contributor

hardfist commented Dec 5, 2023

bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants