GoogleChromeLabs / critters

🦔 A Webpack plugin to inline your critical CSS and lazy-load the rest.

Home Page:https://npm.im/critters-webpack-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it work with Webpack 4

forepointmc opened this issue · comments

if (compilation.hooks.htmlWebpackPluginAfterHtmlProcessing) {

Hmm - this already works with Webpack 4. Are you looking at master?

if (compilation.hooks.htmlWebpackPluginAfterHtmlProcessing) {

It works nicely. I have just tested.