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

fix: use static strings in `require` to prevent bundle issues

Open kricsleo opened this issue 5 months ago • 0 comments

resolves #185

This PR changes the require from dynamic variables to static strings to avoid bundle issues.

It shouldn't affect runtime behavior, so it should be safe to merge ❤️

kricsleo avatar Apr 28 '25 14:04 kricsleo