Skip to content

Releases: lukeed/webpack-critical

v1.1.0

13 Dec 18:20
Compare
Choose a tag to compare

Fixed the way webpack-critical listens & responds to the 'html-webpack-plugin-after-html-processing' event from html-webpack-plugin.

At one point, the main stylesheet was already available on the filesystem by the time that event fired. That is no longer the case, so we have to grab the stylesheet's raw source from the Webpack compilation directly.