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.
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.