Comparing version 6.3.4 to 6.3.5
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "6.3.4", | ||
"version": "6.3.5", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -76,2 +76,8 @@ Minifyify | ||
Passing options to uglify-js is as easy as passing extra parameters in as an `uglify` object. | ||
```sh | ||
$ browserify entry.js -d -p [minifyify --map bundle.map.json --output bundle.map.json --uglify [ --compress [ --dead_code--comparisons 0 ] ] ] > bundle.js | ||
``` | ||
In the example above, if you want to invoke minifyify to only minify | ||
@@ -78,0 +84,0 @@ without generating any source maps or references to it (which is done |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1753709
207