-
Since you are providing a way to pass options to Uglify directly (separate from SystemJS Builder defaults) these should be consistent with `UglifyJS.minify()`. `minify()` has no option `beautify` but …
CxRes updated
7 years ago
-
Using options like `min` or `m` to minify content doesn't work. Nor does `amd`, etc.
version `0.9.2`
```
compile: {
options: {
compilerOptions: {
amd: true,
min: …
-
Can `logic-solver` be adopted for use in the browser? I have tried using browserify on the files included here to no avail... After including the resulting bundle script in my HTML and executing "Logi…
-
Adding the following test breaks and result in a syntax error in the resulting processed javascript:
```
[
'function foo(msg){console.log(msg)}\nfunction bar(){}',
{},
'function foo(msg){}\nfun…
-
Using the deploy to netlify button fails to build.
I thought it might be something to do with case sensitivity, but the only mixed-case filename I could find in the project is the Footer.vue and re…
-
Chrome extension security enhancement was announced.
https://blog.chromium.org/2018/10/trustworthy-chrome-extensions-by-default.html
I think that it is probably okay with respect to permissions,…
-
Hi I tried the configuration you specified however it didn't quite work. Perhaps I am missing something? If you can kindly point it out it would be much appreciated.
# My folder hierarchy is as follow…
-
```
# npm audit report
async 2.0.0 - 2.6.3
Severity: high
Prototype Pollution in async - https://github.com/advisories/GHSA-fwr7-v2mv-hh25
Depends on vulnerable versions of lodash
fix available via …
-
Cannot minify NexT local search script.
But using the `uglify-es` in command line could minify it.
Here is the script: https://github.com/theme-next/hexo-theme-next/blob/master/layout/_third-par…
-
I love this project, but I'm seeing it stumble on some images and stick with old filenames that don't exist anymore. Here's my task:
```
hashres: {
options: {
encoding: 'utf8',
…