fix: resolve webpack-dev-server config-yargs module error #193
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem Description:
A brief explanation of the issue that the PR is addressing. Example:
"The application was crashing when users attempted to log in with invalid credentials."
What has been changed:
A summary of the modifications. Example:
"I have updated the authentication middleware to properly handle invalid credentials and return an error message instead of crashing the app."
Why these changes are necessary:
Explain why the changes are important. Example:
"This fix prevents application crashes and provides users with appropriate error messages, improving the user experience."
Related Issue:
Fixes #188 (or you can say "Closes #188" if this PR resolves the issue). Example:
"Fixes #188: The app crashes when users try to log in with invalid credentials."
How to test:
Provide instructions on how to verify that your changes work. Example:
"To test this change, try logging in with invalid credentials, and you should see an error message rather than a crash."