We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug? Feature
What is the current behavior? At the moment the available type of --mode are hardcoded
--mode
What is the desired behavior? The cli should retrieve/read the available type of --mode from webpack
cli
webpack
If this is a feature request, what is motivation or use case for changing the behavior? To make the cli less hardcoded and flexible
The text was updated successfully, but these errors were encountered:
I can do that. They are found at the schemas file, right? I found them there, just want to make sure it is the right place.
Sorry, something went wrong.
@playma256 Yep, read it from here webpack/webpack:schemas/WebpackOptions.json@master.
I'm just restesting another pr, i will do that!
No branches or pull requests
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
At the moment the available type of
--mode
are hardcodedWhat is the desired behavior?
The
cli
should retrieve/read the available type of--mode
fromwebpack
If this is a feature request, what is motivation or use case for changing the behavior?
To make the
cli
less hardcoded and flexibleThe text was updated successfully, but these errors were encountered: