-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
feat: add --config-loader
CLI option
#9210
Conversation
✅ Deploy Preview for rspack canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
Since interpret is no longer maintained, Rspack will most likely replace interpret
with other solutions in the future. Therefore we prefer a more general flag name.
How about --config-loader native
? Both Rsbuild and Vite provides --config-loader native
flag.
See:
CodSpeed Performance ReportMerging #9210 will not alter performanceComparing Summary
|
@chenjiahan sounds good, do I need to wait for someone else's opinion (from maintainers of this repo) or can I remake the option to |
You can remake the options first. |
@chenjiahan would it be more correct to use As I understand "native" means using |
--config-loader
CLI option
@chenjiahan should I also update docs? |
That would be helpful 👍 |
Summary
According to my issue #9176 I prepare PR with implementation of
--disable-interpret
CLI option.This CLI option is analogue of same option in Webpack.
For myself this option is wery helpful because in my projects I use tsimp as main loader for TS.
Checklist