clickhouse-js icon indicating copy to clipboard operation
clickhouse-js copied to clipboard

Fix test client creation for browser client

Open slvrtrn opened this issue 1 year ago • 0 comments

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.

slvrtrn avatar Jul 13 '23 16:07 slvrtrn