Replies: 1 comment
-
Why aren't you using the npm package? Just install it via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to
import * as mathjs from ./src/index.js
I getUncaught TypeError: Failed to resolve module specifier "typed-function". Relative references must start with either "/", "./", or "../".
This is after
npm run build
.It would be nice if /src/ was ESM version importable into browser without any prior building required.
Beta Was this translation helpful? Give feedback.
All reactions