gajus / write-file-webpack-plugin

Forces webpack-dev-server to write bundle files to the file system.
Other
527 stars 54 forks source link

Node 4 support #32

Closed nkzawa closed 6 years ago

nkzawa commented 7 years ago

I wonder why this library supports only >=5. I think plugins should support what webpack does as much as possible.

I want Node 4 support for our library (next.js) which only this module has the problem.

nakedible commented 7 years ago

I concur wholeheartedly. Node 4 is still in active LTS, and for example AWS Lambda does not support anything newer.

gajus commented 7 years ago

Please use the thumbs up on the issue to cast vote for a feature. I am using these to prioritise issues across many repositories.

arianrhodsandlot commented 6 years ago

Any good news here? Are there any codes using features in Node.js v5 which v4 doesn't have?

chrisblossom commented 6 years ago

Node v4 support has been added as of #53. This issue can be closed.