perf(client): Properly tree-shake some `arg` and `lz-string`
`arg` is not used by any of the runtime dependencies but was
not tree-shaked because it is not marked as side effects free and
some `internals` helpers required it.
`lz-string` is not used by any runtime except edge/data-proxy but
was still bundled.
That saves around 8KB from a bundle size, but unfortinately has no
visible effect on performance.
Close prisma/client-plannning#342
0933c8d
1 year ago
by SevInf
+40%
perf(client): Properly tree-shake some `arg` and `lz-string`
`arg` is not used by any of the runtime dependencies but was
not tree-shaked because it is not marked as side effects free and
some `internals` helpers required it.
`lz-string` is not used by any runtime except edge/data-proxy but
was still bundled.
That saves around 8KB from a bundle size, but unfortinately has no
visible effect on performance.
Close prisma/client-plannning#342