andywer / webpack-blocks

📦 Configure webpack using functional feature blocks.
MIT License
2.97k stars 94 forks source link

use object spread #283

Closed pravdomil closed 6 years ago

pravdomil commented 6 years ago

see diff

dmitmel commented 6 years ago

Object spread was added in Node 8, but the minimal version of Node which webpack-blocks supports is 6th.

pravdomil commented 6 years ago

ok

pravdomil commented 6 years ago

btw: node 6 is only maintenance mode right now

https://github.com/nodejs/Release#release-schedule

dmitmel commented 6 years ago

Yes, but it's still the most popular version of Node.

node download stats

pravdomil commented 6 years ago

didn't know that, thanks