clickhouse-js
clickhouse-js copied to clipboard
Fix test client creation for browser client
See https://github.com/ClickHouse/clickhouse-js/pull/165#discussion_r1262595519.
eval
is used to prevent Webpack from resolving a require
that never happens since we had no luck with magic comments.
However, it should be possible to do this more canonically.