html-critical-webpack-plugin icon indicating copy to clipboard operation
html-critical-webpack-plugin copied to clipboard

A webpack plugin that will extract critical CSS. Now supports Webpack v4.

Results 19 html-critical-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Hello! Is it possible to exclude closing body and html tags from the output file? The plugin puts these tags automatically, but I want to avoid this. My template looks...

enhancement
help wanted
question

As title. If so why not support webpack v5? Just asking.

Hi, is this project abandoned? or is there any reason to not upgrade to the latest critical version (`v4.0.0`)

Kindly provide assistance in the above. Here is a link to example nextjs repo: https://github.com/vercel/next-learn-starter/tree/master/learn-starter

Hi, How would I integrate this with Webpacker in a Rails app? I'm totally confused with how to integrate it.

Not so much an issue - but would anyone have any examples of using this plugin with Vue.js' vue.comnfig.js setup ...

question

Any chance you might update the dependency to [critical](https://github.com/addyosmani/critical) to `^2.0.0`? https://github.com/addyosmani/critical/blob/master/package.json#L3

question

I was installing some packages when I just realized **yargs-parser**, a dependency of **html-critical-webpack-plugin**, is vulnerable due to Prototype Pollution: ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual...

Hello sorry to bother you, what format do you need to pass args to ignore:? Does it accept CSS property names? Could I use `ignore: [".visitor-type__flyout"],` Thanks James

question

Files that look like `main.css?t=123456` cause error since cache busting suffix is not supported. These changes added support to these kind of files.

enhancement