shama / webpack-stream

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

Remove dependency to lodash.some #205

Closed Chalarangelo closed 6 years ago

Chalarangelo commented 6 years ago

Array.prototype.some is implemented in all recent versions of node.js, so you can remove the dependency to lodash.some.

I did not actually remove the dependency from package.json, just in case it's used elsewhere and I missed it. If you merge this PR, remember that the dependency should be removed.

shama commented 6 years ago

Cool thanks!