codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

Feature request: Support for configuring stats #328

Closed tyrielv closed 6 years ago

tyrielv commented 6 years ago

I'm submitting a feature request

Webpack version: 4.x

Webpack Karma version: 3.0.0

Karma version: 2.0.2

Please tell us about your environment: Windows 10

Current behavior: Stats field in supplied configuration is ignored - default value is used when outputting stats

Expected/desired behavior: Supplied stats field is used to modify output reported to karma.

tyrielv commented 6 years ago

Looks like this may not be possible - webpack nodejs interface does not support it.

tyrielv commented 6 years ago

Looking into configuring it on webpack dev middleware

tyrielv commented 6 years ago

palm to forehead I should read the README closer next time.