ton-connect / sdk

SDK for TON Connect 2.0 — a comprehensive communication protocol between wallets and apps in TON ecosystem
Apache License 2.0
287 stars 73 forks source link

UI: Weight reduction #180

Open XantreDev opened 3 months ago

XantreDev commented 3 months ago

Is your feature request related to a problem?

UI package weight is around 300 kB and also contains a lot of uncompressed styled-components string literals image image

Describe the solution you'd like

Patch babel-plugin-styled-components babel plugin to consider imports of solid-js version as original one and use built in compression

Describe alternatives you've considered

Use other styling libraries

Additional context

No response