-
just try this to minify
`if (item)
{
let copyText = "https://www.xxx.com/index.html?itemno="+item.value;
navigator.clipboard.writeText(copyText);
}
`
after // the minifier will cut all be…
-
Description:
The `stringify` package in our repository is outdated, not utilized, and poses a potential security risk due to an identified vulnerability. Specifically, the package is no longer in use…
-
Hi
the `html-webpack-plugin` is making heavy use of `html-minifier` to keep the html compact.
Now that many browsers support ES6 out of the box, people start using ES6 inside script tags.
A…
-
I get this warning multiple times when using html-minifier after upgrading to PHP 7.3.
```
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ...
[.…
-
When running
```bash
NODE_ENV=production ./node_modules/.bin/node-minify --compressor html-minifier --input './static/index.html' --output './static/index.html' --option '{"collapseWhitespace": tr…
-
-
- [ngx_pagespeed](http://ngxpagespeed.com/)
- [html-minifier](https://www.npmjs.com/package/html-minifier)
- [Perfection Kills: Optimizing HTML](http://perfectionkills.com/optimizing-html/)
-
### What happened?
`removeComments: true` removes all comments except those that start with `#`.
If this is intentional behaviour, it would be neat if we had a flag to override it.
### Versio…
-
Here are some hopefully helpful notes if you are just getting started with this and using Vercel adapter...
Having a root `+layout.js` like:
```js
export const prerender = true;
```
And a `…
-
Hello, this package doesn't seem to support Chinese compression.
vagh updated
3 months ago