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
I'm submitting a feature request
It would improve consistency of configs if webpack's color config inherits Karma's color config
color
Would provide more consistency, similar to the same way that webpack currently uses Karma's singleRun config to determine the watch config: https://github.com/webpack-contrib/karma-webpack/blob/master/src/karma-webpack.js#L42
singleRun
watch
Proposed behaviour
As a suggestion, the value could be determined as follows: Taking the next item in the list if the previous one is not defined:
Next step
I could contribute this and open a PR in the near future if the majority of the maintainers agree?
Thanks in advance!
Docs for reference
Webpack stats color docs: https://webpack.js.org/configuration/stats/?_sm_au_=iVVJFnC5DW5NQLFF#stats Karma docs for color http://karma-runner.github.io/2.0/config/configuration-file.html
The text was updated successfully, but these errors were encountered:
Feel free to send a PR :)
Sorry, something went wrong.
webpack
karma
feat(karma-webpack): unify webpack and Karma colour config (#356)
9559306
Closes #332
No branches or pull requests
I'm submitting a feature request
It would improve consistency of configs if webpack's
color
config inherits Karma'scolor
configWould provide more consistency, similar to the same way that webpack currently uses Karma's
singleRun
config to determine thewatch
config:https://github.com/webpack-contrib/karma-webpack/blob/master/src/karma-webpack.js#L42
Proposed behaviour
As a suggestion, the value could be determined as follows: Taking the next item in the list if the previous one is not defined:
Next step
I could contribute this and open a PR in the near future if the majority of the maintainers agree?
Thanks in advance!
Docs for reference
Webpack stats color docs: https://webpack.js.org/configuration/stats/?_sm_au_=iVVJFnC5DW5NQLFF#stats
Karma docs for color http://karma-runner.github.io/2.0/config/configuration-file.html
The text was updated successfully, but these errors were encountered: