-
Hi i am getting below error when i use NUglify dll in my project
Forms Server error occurred. Contact your administrator. Error Description: Attempt by security transparent method 'Test.Minify.JSMi…
-
### Description
When running `npm run dev` or `npm run build` in my repo, I am getting the following error:
`[0] [webpack-cli] Failed to load 'C:\Users\user\repository\node_modules\@wordpress\scri…
-
```
# 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 …
-
I tried every combination I can think of any awesome typescript loader will not respect the `exclude` property in tsconfig.json
```
"exclude": [
"compiled",
],
```
```
"exclu…
-
Tried to use ngitcached directly fails like:
```
git clone git://localhost:9418/?remote=github.com/openstack/nova
Cloning into 'nova'...
fatal: git fetch_pack: expected ACK/NAK, got 'done'
```
ngitc…
-
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',
…
-
现在的uglifyjs版本处理这段代码时
``` javascript
var warning = function() {};
if (process.env.NODE_ENV !== 'production') {
warning = function(condition, format, args) {
/* ... */
};
}
```
会生成以下的代码(生产环…
-
Hello,
We are using Uglifier in a large production application and are running into es6 issues (similar to https://github.com/lautis/uglifier/issues/127) that are solved by using harmony. We are he…
-
### pnpm version:
6.32.3
### Code to reproduce the issue:
package.json and pnpm-lock.yaml at https://gist.github.com/MBelniak/e9a14fcc72e20b2e0355aa3b25278eec
`pnpm install --no-optional`
and a…
-
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