near / near-explorer

NEAR blockchain explorer
https://explorer.near.org/
Apache License 2.0
85 stars 53 forks source link

Refactor: remove svgr #1188

Closed luixo closed 1 year ago

luixo commented 1 year ago

Nextjs 13 doesn't work properly with custom webpack config in jest, so I removed it for now.

github-actions[bot] commented 1 year ago

Bundle size diff

Type Old size New size Diff
Client 2.96 MB 2.96 MB 2.02 KB (0.07%)
Server 607.92 KB 602.18 KB -5.75 KB (-0.95%)
luixo commented 1 year ago

Seems like we can workaround the problem without removing svgr