ryanhornberger / nunjucks-html-loader

Webpack Loader for Nunjucks that returns raw html. Also works with Webpack watching system.
MIT License
27 stars 23 forks source link

nunjucks version bump #2

Closed eymengunay closed 7 years ago

eymengunay commented 8 years ago

Hi @ryanhornberger ,

Nunjucks v1.x depends on fsevents library which uses deprecated apis in node v6 (https://github.com/strongloop/fsevents/issues/127). To fix the "issue" I have bumped nunjucks to v2.4.2. It seems to be working fine.

ryanhornberger commented 7 years ago

Hey @eymengunay I somehow missed this PR all the way back in May. Sorry about that. I just had another submission on this module that is similar. I've stopped using this module in my daily life so I am offering ownership of this module to anyone who wants it. Interested?

revelt commented 7 years ago

So, this issue can be closed, provided the github content gets published to npm. CC @jeremyzahner

jeremyzahner commented 7 years ago

@revelt Ill release a new version to npm asap. Thanks!