SimonDegraeve / hapi-webpack-plugin

Webpack middleware for Hapi. Supports HMR.
57 stars 25 forks source link

Support for Hapi 17.x #17

Closed klaakso closed 6 years ago

klaakso commented 6 years ago

Hi @SimonDegraeve

As you might have noticed, Hapi with version 17 has recently moved to using async/await. This requires breaking changes to many plugins, this being one of them.

So we at Liaison Tech took the time to put together version 3.0.0 of hapi-webpack-plugin which works with Hapi 17.x.

All the dependencies have also been updated to the latest versions and the usage examples for Hapi 17 added.

Let us know if you have any questions or concerns! :smile_cat:

henrikruscon commented 6 years ago

What's holding back this PR? ✌️

SimonDegraeve commented 6 years ago

Version 3.0.0 has been published. Thank you for the PR.