Hi there, I'm using ccxt.browser.js version 1.10.810.
I'm wondering what is that huge piece of base64 encoded data in browserified JS file and what were reasons to encode it that way. Can one safely delete that part?
Thanks
its a source map. check this for more information. It is safe to delete
Thanks, @michnovka !
@kumboo feel free to ask if you still have questions on this. Closing it for now as @michnovka has already answered correctly.
Thank you @michnovka , @kroitor !
Most helpful comment
its a source map. check this for more information. It is safe to delete