Skip to content

Commit

Permalink
Merge pull request #40 from kzc/patch-1
Browse files Browse the repository at this point in the history
have README point to uglify-es docs
  • Loading branch information
TrySound committed Jan 28, 2018
2 parents 3dc7600 + 5c07826 commit 3beec87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ rollup({
uglify(options, minifier)
```

`options` – default: `{}`, type: `object`. [UglifyJS API options](https://github.com/mishoo/UglifyJS2#api-reference)
`options` – default: `{}`, type: `object`. [UglifyJS API options](https://github.com/mishoo/UglifyJS2/tree/harmony#minify-options)

`minifier` – default: `require('uglify-es').minify`, type: `function`. Module to use as a minifier. You can use other versions (or forks) of UglifyJS instead default one.

Expand Down Expand Up @@ -66,7 +66,7 @@ uglify({
});
```

See [UglifyJS documentation](https://github.com/mishoo/UglifyJS2#keeping-comments-in-the-output) for further reference.
See [UglifyJS documentation](https://github.com/mishoo/UglifyJS2/tree/harmony/README.md) for further reference.

# License

Expand Down

0 comments on commit 3beec87

Please sign in to comment.