Commits
Click on a commit to change the comparison rangeperf(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 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