Releases: lukeed/webpack-critical
Releases · lukeed/webpack-critical
v1.1.0
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.