doowb / remarkable-mentions

Transform @ mentions into markdown links.
MIT License
6 stars 3 forks source link

Unexpected character '`' when build with UglifyJs #1

Closed mydearxym closed 6 years ago

mydearxym commented 6 years ago

UglifyJS is not friendly with ES6 syntax

those syntax will cause build errorr when using UglifyJs

jonschlinkert commented 6 years ago

How is your choice of minifier, configuration and build workflow related to this library?

doowb commented 6 years ago

The uglifyjs documentation recommends using uglify-es if you want to ugify es6 syntax.