SimonDegraeve / hapi-webpack-plugin

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

Version 3.1.0: update to using Webpack 4.x, and dev-middleware 3.x #20

Open dhalbrook opened 6 years ago

dhalbrook commented 6 years ago

I upgraded the Webpack dependencies to 4.x and it seems to still work as expected.

createthis commented 4 years ago

I don't think this actually works. There is a breaking change with Webpack 4. Initializing Webpack is no longer a constructor instantiation. It has now become a function call. I've addressed this, as well as upgrading to Babel 7, in my PR: https://github.com/SimonDegraeve/hapi-webpack-plugin/pull/23