enable progress from config #1181
Merged
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.
Enables progress option to be read from the passed config (in addition to the command line)
What kind of change does this PR introduce?
Extends current feature by allowing option to be read from webpack config
Did you add or update the
examples/
?The example passed progress in its config already, so it wasnt working properly. It now works as expected.
Summary
I was working on another project which uses webpack dev server heavily. I like the progress option because it gives the user some feedback. On a code review, someone recommended to clean up my package.json I should move the --progress options to the config since I pass it to each webpack-dev-server script. Turned out it was CLI only!
Does this PR introduce a breaking change?
No it should not!
Other information
Very excited to contribute! I really love webpack dev server and I hope I get the opportunity to contribute more in the future.