-
posthtml-cli's config file name pattern is quite out of date, please consider support posthtml.config.(js|mjs|json) like file name pattern, thank you.
hcpty updated
1 month ago
-
Vite doesn't detect html changes and page(Browser) not reloading(No HMR request).
My code same as on documentation ( postHtml example )
```
import vituum from "vituum";
import posthtml from "@vi…
-
# 🙋 feature request
I'm trying to include an analytics script ONLY in production. I want to use a `.posthtmlrc` file and not a `.posthtmlrc.js` file to take advantage of all the caching. If par…
yefim updated
19 hours ago
-
@Scrum I'd like to start work on updating the posthtml.org docs site:
- switch to using [Vitepress](https://vitepress.dev/)
- improve text and examples
I'd also probably use Algolia Docsearch w…
-
The link in the readme is dead.
-
it appears the CVE-2022-37620 won't get fixed in the `html-minify` package, not maintained anymore as it appears, see https://github.com/kangax/html-minifier/issues/1135
On alternative would be to …
-
The company data is not being correctly shown
```
module.exports = {
build: {
posthtml: {
expressions: {
delimiters: ['[[', ']]'],
unescapeDelimiters: ['[[[', ']]]…
-
-
What about `jsx` support?
-
Since Hexo is a framework outputting HTML files. So we should introduce an HTML transformer into Hexo's core. [PostHTML](https://posthtml.org/) is a tool to transform HTML/XML. With PostHTML we can:
…