argentlabs / argent-x

ArgentX browser extension for StarkNet - made with ❤️ by Argent
https://github.com/argentlabs/argent-x
Other
625 stars 273 forks source link

Annoying console logs from trpc-browser #2119

Open LookRain opened 9 months ago

LookRain commented 9 months ago

The production build of the extension still prints console logs, which is very annoying.

image

https://github.com/janek26/trpc-browser/blob/8386348bc65684a36364de7a5bbb72043bb9c267/src/shared/chrome.ts#L20

I guess you guys can configure the terser or whatever minifier to remove the console logs in prod build?