-
[Webpack](https://webpack.js.org/) est l'outil le plus connu dans le monde du développement web frontend pour « packager » des fichiers ensemble et produire un/des fichiers que l'on peut ensuite charg…
-
Posting from: https://bsky.app/profile/nullvoxpopuli.com/post/3l4g6z3holy27
After gzip, this library (+ dependencies) are 23kb.
This is quite hefty.
BundlePhobia: https://bundlephobia.com/pac…
-
It seems the config listed in the README.md no longer works. The project compiles, but nothing is rendered on screen. I also added the typings as suggested in a previous issue. Here is my rollup.confi…
-
We should consider switching all or most of the default @imports in CSS to s in HTML
It's a performance enhancement (especially when it may come to CSS minifiers).
-
```
Minify version: 2.1.2
PHP version: 5.2.6
What steps will reproduce the problem?
1. Copy source code from http://www.deafzone.ch/
2. Minify it with the HTML minifier only.
3. Load it in Internet E…
-
```
Minify version: 2.1.2
PHP version: 5.2.6
What steps will reproduce the problem?
1. Copy source code from http://www.deafzone.ch/
2. Minify it with the HTML minifier only.
3. Load it in Internet E…
-
My attribute has ES6 template value:
```
style="width:${Width};"
```
After minifying it becomes
```
style=width:{}
```
I don't see an option to change this, seems like html-minifier is evaluat…
-
Currently when using plot.to_html(), generated file is really big for big amount of data(my app can generate few plots with several thousands of points).
I found that removing unnecessary new lines…
-
I have an error whenever I try to update a document from mongol in my meteor app.
`Exception while invoking method 'Mongol_update' Error: Meteor requires document _id fields to be non-empty strings…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…