Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to import ogl #85

Closed
codehz opened this issue Jul 21, 2021 · 2 comments
Closed

failed to import ogl #85

codehz opened this issue Jul 21, 2021 · 2 comments

Comments

@codehz
Copy link

codehz commented Jul 21, 2021

https://esm.sh/ogl

/* esm.sh - error */
throw new Error("[esm.sh] " + "esbuild: No matching export in \"esm-build-a293a080be71ae8f492bf5c10f45b8a53935c34b/node_modules/ogl/src/index.mjs\" for import \"default\"");
export default null;

it seems the original library has already in esm format (https://github.com/oframe/ogl)
but no default export for entry point

@ije
Copy link
Member

ije commented Jul 21, 2021

@codehz thanks I'll look into it!

@ije
Copy link
Member

ije commented Aug 7, 2021

fixed in v44 branch

@ije ije closed this as completed Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants