Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@lukeed lukeed released this 13 Dec 18:20
· 2 commits to master since this release

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.