shama / webpack-stream

:tropical_drink: Run webpack through a stream interface
MIT License
1.4k stars 123 forks source link

options.stats.match is not a function (from v5.2.0) #211

Closed enzy closed 5 years ago

enzy commented 5 years ago

Our builds are breaking on:

TypeError: options.stats.match is not a function
      at module.exports (node_modules/webpack-stream/index.js:47:70)
      ...

Downgrading to 5.1.1. fixes the issue.

shama commented 5 years ago

Fixed thanks!