Closed zoren closed 1 year ago
This moves "node" before "import" as a conditional export. This makes a difference when importing from node files. Demo project available here: https://github.com/zoren/sqlite-wasm-demo
"node"
"import"
Thanks for the fix.
This moves
"node"
before"import"
as a conditional export. This makes a difference when importing from node files. Demo project available here: https://github.com/zoren/sqlite-wasm-demo