Comparing version 7.3.1 to 7.3.2
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "7.3.1", | ||
"version": "7.3.2", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -58,3 +58,3 @@ Minifyify | ||
bundler.plugin('minifyify', {map: 'bundle.map.json'}); | ||
bundler.plugin('minifyify', {map: 'bundle.js.map'}); | ||
@@ -70,3 +70,3 @@ bundler.bundle(function (err, src, map) { | ||
```sh | ||
$ browserify entry.js -d -p [minifyify --map bundle.map.json --output bundle.map.json] > bundle.js | ||
$ browserify entry.js -d -p [minifyify --map bundle.js.map --output bundle.js.map] > bundle.js | ||
``` | ||
@@ -79,3 +79,3 @@ | ||
```sh | ||
$ browserify entry.js -d -p [minifyify --map bundle.map.json --output bundle.map.json --uglify [ --compress [ --dead_code--comparisons 0 ] ] ] > bundle.js | ||
$ browserify entry.js -d -p [minifyify --map bundle.js.map --output bundle.js.map --uglify [ --compress [ --dead_code--comparisons 0 ] ] ] > bundle.js | ||
``` | ||
@@ -82,0 +82,0 @@ |
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
2508099