Replies: 1 comment 1 reply
-
Not sure if the REPL is supposed to be able to handle this.
import { MD5 } from "object-hash";
"main": "./index.js",
"browser": "./dist/object_hash.js" The bundler uses the browser entry point from which probably nothing can be imported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed the svelte REPL fails with the following error when trying to import
instandb/core
.See REPL
Do we think this an issue with the REPL, or instant db?
I'll aim to figure this out myself and post an update.
Beta Was this translation helpful? Give feedback.
All reactions