CityOfZion / neon-js

Javascript libraries that allow the applications to interact with NEO blockchain
https://docs.coz.io/neo3/neon-js/index.html
MIT License
183 stars 165 forks source link

fix(npm): Fix terser converting producing unicode characters #904

Closed snowypowers closed 11 months ago

snowypowers commented 11 months ago

Seems like terser will produce latin1 characters when reading unicode strings like \xc1 and convert them. However, this causes some issues with the resulting output bundle, causing unexpected token errors when importing.