-
When I enable Zones in my app and run the google tool PageSpeed Insights (https://developers.google.com/speed/pagespeed/insights/), the result mainly highlights some issues related to meteorhacks:zone…
-
Just saw a case where a user was using `-p` and `UglifyPlugin` separately. Latter was used to set `compress['drop_console']`. The problem is that this will lead to double minification and it won't wor…
-
Somewhat related to #19:
I use gulp-useref for my minification but as I understand, this is an issue of useref itself.
When using conditional comments like these:
``` html
```
Then the commen…
-
### What problem does this feature solve?
The [`whitespace` option of vue-template-compiler](https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler#options) currently allows `preserve` …
-
```
Smart compressor processor, is a decorator processor (decorates other
processors which performs compression) which is capable to rollback compression
if it is not optimal (the result is larger t…
-
The line number sometimes are a bit off. I tried to get to the bottom of this and reduce as much styles as possible. See attached ZIP. I'm using the NodeJS API and basically this code (excerpt):
``…
-
**Bug report or feature request?**
feature req
**Uglify version (`uglifyjs -V`)**
3.4.9
**JavaScript input**
```
for(var i = 0; i < 3; i += 1){
console.log(i);
}
```
**The `ugl…
-
This is a bit of a horrible implementation but it's less duplication in use and minification safe:
``` coffee
Em.superAuto = (keys..., func) ->
str = func.toString()
regex = /function\s*\(\s*\)/…
-
### Describe the feature
The current implementation of the minimizers `format.comments` does not allow regex to be used like https://webpack.js.org/plugins/terser-webpack-plugin/#preserve-comments
…
-
Vite build warns about the large size:
```bash
dist/assets/editor.f7c6b28d.js 2501.30 KiB / gzip: 634.07 KiB
(!) Some chunks are larger than 500 KiB after minification. Co…