shama / webpack-stream

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

Updating from 3.2.0 to 4.0.0 #162

Closed Kamilius closed 7 years ago

Kamilius commented 7 years ago

Are there any breaking changes while updating from v3.2.0 to v4.0.0 to be aware of?

shama commented 7 years ago

webpack went from 1.9.x to 3.4.x so unless you're supplying your own version of webpack to this library, expect all those breaking changes that occurred from those: https://webpack.js.org/guides/migrating/

Kamilius commented 7 years ago

Thanks @shama