shama / webpack-stream

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

Fix Webpack 4 deprecation warning #182

Closed mtraynham closed 6 years ago

mtraynham commented 6 years ago

DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

This change fixes the deprecation warning but ensure supports with both Webpack 2/3 & 4.

shama commented 6 years ago

Thanks!