Fix README browserify explanation

This commit is contained in:
junderw 2017-12-17 10:46:43 +09:00
parent 22e1a321be
commit 0886bf09e1
No known key found for this signature in database
GPG key ID: B256185D3A971908

View file

@ -71,7 +71,7 @@ This is because of the function-name-duck-typing used in [typeforce](https://git
Example: Example:
``` bash ``` bash
uglifyjs ... --mangle --reserved 'BigInteger,ECPair,Point' uglifyjs ... --mangle reserved=['BigInteger','ECPair','Point']
``` ```
**NOTE**: This library tracks Node LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](http://babeljs.io/docs/plugins/preset-es2015/) preset). **NOTE**: This library tracks Node LTS features, if you need strict ES5, use [`--transform babelify`](https://github.com/babel/babelify) in conjunction with your `browserify` step (using an [`es2015`](http://babeljs.io/docs/plugins/preset-es2015/) preset).