negibouze / html-webpack-pug-plugin

Pug/Jade extension for the HTML Webpack Plugin
MIT License
29 stars 7 forks source link

Added support for Webpack 4 #16

Closed Nickersoft closed 6 years ago

Nickersoft commented 6 years ago

The current library throws an issue when attempting to run on the Webpack 4, which was just released (related issue here), so this PR introduces a fix for it using the new plugins API.

Everything should be in order, as the plugin seems to work now for WP4, but I'm not super familiar with the new API so let me know if I overlooked anything.

Thanks.

negibouze commented 6 years ago

Thanks!