html-critical-webpack-plugin
html-critical-webpack-plugin copied to clipboard
A webpack plugin that will extract critical CSS. Now supports Webpack v4.
Locally all works but when app is deployed hosting's sanitizer changes style link: and we get an error. How to add link synchronously without "preload" ?
I have a case use two component with ``` import Navbar from './shares/Navbar' // It is work ``` // It is not work ``` import Home from './views/HomeView' ``` Default...
``` const path = require('path'); const glob = require('glob'); const webpack = require('webpack'); const withCSS = require('@zeit/next-css'); const withEslint = require('next-eslint'); const withImages = require('next-images'); const withPurgeCss = require('next-purgecss'); const...
Hi, I'm having the same problem as #31 and I'd really appreciate some help. I have a much simpler config so I figured I'd open a separate issue. I'm using...
I have a react app which I have recently added code splitting into to try and improve performance. That helped a lot but now I have the issue which is...
`npm audit` shows "Prototype Pollution" vulnerability.
How can i define special CSS rules to inline into html? Problem: I using bootstrap and this plugin, but plugin inline only part of bootstrap css (buttons dont inline), so...
## Summary Currently, this plugin wraps [**critical**](https://github.com/addyosmani/critical) so that it can be called as part of a **webpack** build lifecycle. By design though, **critical** only reads and writes to the...
its showing ../../../username/appData/fonts/fontname.woff and etc.. any workaround for this? If i disable the html-critical-webpack-plugin, the fonts path are proper. below is my font.css ```css @font-face { font-family: 'fontname'; src: url('../assets/fonts/fontname.eot');...