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
If I set stats: 'errors-only', I get this error:
stats: 'errors-only'
TypeError: Cannot create property 'colors' on string 'errors-only' at [appFolder]\node_modules\webpack-stream\index.js:62:31
webpack itself is fine with it, so is karma-webpack. It's only webpack-stream that has a problem
The text was updated successfully, but these errors were encountered:
Yeah, looks like the code right here is assuming it's not using shortcut strings
webpack-stream/index.js
Lines 58 to 64 in 505ad81
Sorry, something went wrong.
No branches or pull requests
If I set
stats: 'errors-only'
, I get this error:webpack itself is fine with it, so is karma-webpack. It's only webpack-stream that has a problem
The text was updated successfully, but these errors were encountered: