-
```
const path = require('path');
const glob = require('glob');
const webpack = require('webpack');
const withCSS = require('@zeit/next-css');
const withEslint = require('next-eslint');
const wi…
-
the binary go-replace has a lot of security issues See list at the end of the issue.
I suggest to use the sed command instead of go-replace
Real exampel For that particular file :
https://githu…
-
@jdaudier via Gitter:
We use `critical` and it simply takes some declaration that it thinks are `critical` for rendering path out of current CSS, moves to the top of the page. The other CSS is loaded …
-
Hey, I am using the same critical module to get the critical assets from my template and I was wondering how you guys worked around the following issue. So when my url to a font file in the css is `./…
-
**Scenario**: You have a SPA, say a VueJS one built with Vite. This app is to be deployed on a public path, say `myapp` so it'd be www.example.com/myapp/.
When the SPA bundle is built, its assets l…
-
### Discussed in https://github.com/Zulko/moviepy/discussions/2241
Originally posted by **JoelOnyedika** November 19, 2024
### **Proposal: Introducing a Templating Engine, Styling Language…
-
I am using grunt-ciritical to generate a critical css block.
I realized just now that the CSS files are requested (and loaded) twice according to the network tab of the Developer Tools (Chrome).
I…
-
## Description
CSS selectors like the following are not getting included in the generated critical css file: `:where()`, `:has()`, `:not()`, `:host()`, `:root()` and possibly others.
## Reproduc…
-
Hello, `postcss-crititical-css` emits the following annoying console warning several times:
```
40% building 5/7 modules 2 active ...s\sass-loader\dist\cjs.js!C:\Migu\postcss-critical-css-test-ma…
-
### 1. Summary
It would be nice, if PurgeCSS automatically generated a list of HTML for `content` key, based on `files` settings.
### 2. Example of desired behavior
Example of desired `purgecss.cof…