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

Support loaderContext.loadModule #3738

Open
Tracked by #4327
h-a-n-a opened this issue Jul 10, 2023 · 3 comments
Open
Tracked by #4327

Support loaderContext.loadModule #3738

h-a-n-a opened this issue Jul 10, 2023 · 3 comments
Labels
feat New feature or request pr welcome team The issue/pr is created by the member of Rspack.

Comments

@h-a-n-a
Copy link
Collaborator

h-a-n-a commented Jul 10, 2023

What problem does this feature solve?

Resolves the given request to a module, applies all configured loaders and calls back with the generated source, the sourceMap and the module instance (usually an instance of NormalModule). Use this function if you need to know the source code of another module to generate the result.

https://webpack.js.org/api/loaders/#thisloadmodule

What does the proposed API of configuration look like?

See: https://webpack.js.org/api/loaders/#thisloadmodule

@h-a-n-a h-a-n-a added feat New feature or request pending triage The issue/PR is currently untouched. p3-nice-to-have and removed pending triage The issue/PR is currently untouched. labels Jul 10, 2023
@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Jul 10, 2023
@stale
Copy link

stale bot commented Sep 8, 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 Sep 8, 2023
@stale stale bot removed the stale label Oct 16, 2023
@h-a-n-a h-a-n-a added pr welcome and removed stale labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request pr welcome team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

No branches or pull requests

2 participants