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

[Feature]: Provide a CLI flag to disable interpret #9176

Open
krutoo opened this issue Feb 6, 2025 · 2 comments
Open

[Feature]: Provide a CLI flag to disable interpret #9176

krutoo opened this issue Feb 6, 2025 · 2 comments
Assignees

Comments

@krutoo
Copy link

krutoo commented Feb 6, 2025

What problem does this feature solve?

In Webpack there is a CLI option --disable-interpret to disable interpret

This is usual when you want to use custom loader for TS, for example I use tsimp

Can we add this flag to @rspack/cli?

What does the proposed API of configuration look like?

Here is an example of usage

npx rspack --disable-interpret
@krutoo krutoo added the pending triage The issue/PR is currently untouched. label Feb 6, 2025
@hardfist
Copy link
Contributor

hardfist commented Feb 6, 2025

yeah, can you make a pr to support it

@inottn inottn removed the pending triage The issue/PR is currently untouched. label Feb 7, 2025
@krutoo
Copy link
Author

krutoo commented Feb 7, 2025

@hardfist Yes, will trying soon

@chenjiahan chenjiahan changed the title [Feature]: --disable-interpret [Feature]: Provide a CLI flag to disable interpret Feb 8, 2025
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

3 participants